Name: | perl-Crypt-Curve25519 |
---|---|
Version: | 0.06 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 104577 |
License: | GPL+ or Artistic |
RPM: | perl-Crypt-Curve25519-0.06-1.el8.aarch64.rpm |
Source RPM: | perl-Crypt-Curve25519-0.06-1.el8.src.rpm |
Build Date: | Sun Mar 13 2022 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Crypt-Curve25519 |
Summary: | Generate shared secret using elliptic-curve Diffie-Hellman function |
Description: | Curve25519 is a Diffie-Hellman function suitable for a wide variety of applications. Given a user's 32-byte secret key, 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, 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. |