Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047109
en ru br
ALT Linux repos
S:1.05-alt1

Group :: Development/Perl
RPM: perl-Crypt-Ed25519

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.05-alt1
Build date: 17 august 2021, 16:22 ( 136.4 weeks ago )
Size: 143.72 Kb

Home page:   http://search.cpan.org/dist/Crypt-Ed25519/

License: Perl
Summary: bare-bones Ed25519 public key signing/verification system
Description:

This module implements Ed25519 public key generation, message signing and
verification. It is a pretty bare-bones implementation that implements
the standard Ed25519 variant with SHA512 hash, as well as a slower API
compatible with the upcoming EdDSA RFC.

The security target for Ed25519 is to be equivalent to 3000 bit RSA or
AES-128.

The advantages of Ed25519 over most other signing algorithms are:
small public/private key and signature sizes (<= 64 octets), good key
generation, signing and verification performance, no reliance on random
number generators for signing and by-design immunity against branch or
memory access pattern side-channel attacks.

More detailed praise and other info can be found at
http://ed25519.cr.yp.to/index.html.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Crypt-Ed25519
  • perl-Crypt-Ed25519-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin