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
|
Source: golang-github-tscholl2-siec
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tscholl2-siec
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tscholl2-siec.git
Homepage: https://github.com/tscholl2/siec
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/tscholl2/siec
Package: golang-github-tscholl2-siec-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Super-Isolated Elliptic Curve Implementation in Go (library)
Super-Isolated Elliptic Curve Implementation in Go
.
This package exports a super-isolated elliptic curve (E). Over the base field
𝔽ₚ, the curve E does not admit any isogenies to other curves.
|