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 31 32 33
|
Source: golang-github-henrydcase-nobs
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Roger Shimizu <rosh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 12),
dh-golang,
golang-any,
golang-golang-x-sys-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-henrydcase-nobs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-henrydcase-nobs.git
Homepage: https://github.com/henrydcase/nobs
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/henrydcase/nobs
Package: golang-github-henrydcase-nobs-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
golang-golang-x-sys-dev,
python3:any
Description: NOBS cryptographic primitives library in golang
NOBS Cryptographic implementation of quantum-resistant primitives
in Go.
.
Supported cryptographic primitives:
* DH: CSIDH, and SIDH
* Hash: SHA3, SHAKE, and SM3
* KEM: SIKE
|