File: control

package info (click to toggle)
ruby-ed25519 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 684 kB
  • sloc: ansic: 3,789; java: 3,112; ruby: 102; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: ruby-ed25519
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Unit 193 <unit193@ubuntu.com>
Build-Depends: debhelper (>= 11~),
               gem2deb
Standards-Version: 4.1.4
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/crypto-rb/ed25519
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-ed25519
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
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.