[ 源代码: golang-github-bwesterb-go-ristretto ]
软件包:golang-github-bwesterb-go-ristretto-dev(1.2.2-2)
golang-github-bwesterb-go-ristretto-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-bwesterb-go-ristretto:
- [golang-github-bwesterb-go-ristretto_1.2.2-2.dsc]
- [golang-github-bwesterb-go-ristretto_1.2.2.orig.tar.gz]
- [golang-github-bwesterb-go-ristretto_1.2.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go implementation of the Ristretto prime-order group over Edwards25519
Many cryptographic schemes need a group of prime order. Popular and efficient elliptic curves like (Edwards25519 of ed25519 fame) are rarely of prime order. There is, however, a convenient method to construct a prime order group from such curves, called Ristretto (https://ristretto.group) proposed by Mike Hamburg (https://www.shiftleft.org).
This is a pure Go implementation of the group operations on the Ristretto prime-order group built from Edwards25519. Documentation is on godoc (https://godoc.org/github.com/bwesterb/go-ristretto).