Source: ruby-ed25519 Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Unit 193 Build-Depends: debhelper-compat (= 13), gem2deb (>= 1) Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ed25519.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ed25519 Homepage: https://github.com/RubyCrypto/ed25519 Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-ed25519 Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Multi-Arch: same Description: efficient digital signature library providing the Ed25519 algorithm A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032. . Ed25519 is a modern implementation of a Schnorr signature system using elliptic curve groups. . Ed25519 provides a 128-bit security level, that is to say, all known attacks take at least 2^128 operations, providing the same security level as AES-128, NIST P-256, and RSA-3072.