Go to file
Filippo Valsorda c37f1d8359 internal/radix51: minor tests cleanup 2019-03-30 22:12:39 -04:00
internal internal/radix51: minor tests cleanup 2019-03-30 22:12:39 -04:00
LICENSE internal/radix51: add constant time field operations 2019-01-21 17:58:03 -05:00
README make things more generally presentable 2017-07-25 16:24:16 -07:00
ed25519.go internal/radix51: make reduction an invariant and unexport Reduce 2019-03-30 22:12:39 -04:00
ed25519_test.go all: fix typos 2019-03-30 21:29:01 -04:00

README

This is foremost an implementation of the curve Ed25519 that satisfies Go's
elliptic.Curve interface. It targets amd64 systems, and is eventually intended
to be a legible general-purpose library along the lines of curve25519-dalek.

It is also an implementation of GF(2^255-19) field operations in a 64-bit
representation, in both pure Go and plan9 assembly for amd64. This code is
currently package-internal.

The library is a WORK IN PROGRESS. Everything will change dramatically as
development continues. There are no guarantees of stability, functionality,
correctness, or safety. We aren't open yet, come back later!