Package: wnpp
Severity: wishlist
Owner: Simon Josefsson <[email protected]>

* Package name    : golang-filippo-nistec
  Version         : 0.0.4-1
  Upstream Author : Filippo Valsorda
* URL             : https://github.com/FiloSottile/nistec
* License         : BSD-3-clause
  Programming Lang: Go
  Description     : NIST P elliptic curves (re-exported from 
crypto/internal/nistec)

 filippo.io/nistec
 .
   import "filippo.io/nistec"
 .
 This package implements the NIST P elliptic curves, according to FIPS
 186-4 and SEC 1, Version 2.0, exposing the necessary APIs to build a
 wide
 array of higher-level primitives.
 .
 It's an exported version of crypto/internal/fips140/nistec in the
 standard library, which powers crypto/elliptic, crypto/ecdsa, and
 crypto/ecdh. The git history has been preserved, and new upstream
 changes are applied periodically.
 .
 This package uses fiat-crypto or specialized assembly and Go code for
 its
 backend field arithmetic (not math/big) and exposes constant-time, heap
 allocation-free, byte slice-based safe APIs. Group operations use modern
 and safe complete addition formulas where possible. The point at
 infinity is handled and encoded according to SEC 1, Version 2.0, and
 invalid curve points can't be represented. This makes it particularly
 suitable to be used as a prime order group implementation.
 .
 Use the purego build tag to exclude the assembly and rely entirely on
 formally verified fiat-crypto arithmetic and complete addition formulas.
 .
 Read the docs at pkg.go.dev/filippo.io/nistec
 (https://pkg.go.dev/filippo.io/nistec).
 .
 This repository generally does not accept contributions. Any changes
 should be submitted upstream to the Go project.

Needed by age 1.3.0 already in Debian.  I hope to maintain this as part
of the Go team:

https://salsa.debian.org/go-team/packages/golang-filippo-nistec
https://salsa.debian.org/jas/golang-filippo-nistec/-/pipelines

/Simon

Attachment: signature.asc
Description: PGP signature

Reply via email to