Commit Graph

5 Commits

Author SHA1 Message Date
sthen
21db354ef7 update to p5-Crypt-Curve25519-0.07 2023-01-10 13:27:23 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
bluhm
f57c47c69c import p5-Crypt-Curve25519 0.06
from Charlene Wendling; OK bcallah@

Comment:
generate shared secret using ECDH function

Description:
Crypt::Curve25519 is a state-of-the-art Diffie-Hellman function
suitable for a wide variety of applications.
Given a user's 32-byte secret key, Crypt::Curve25519 computes the
user's 32-byte public key. Given the user's 32-byte secret key and
another user's 32-byte public key, Crypt::Curve25519 computes a
32-byte secret shared by the two users. This secret can then be
used to authenticate and encrypt messages between the two users.
2018-09-09 14:18:08 +00:00