Fork of https://filippo.io/edwards25519 with unsafe faster operations. https://filippo.io/edwards25519
Go to file
Filippo Valsorda d3569cbbb3 all: flatten the package and make FieldElement opaque
For the license changes, see gtank/ristretto255-private#28 and
gtank/ristretto255#32, that contribute all code in those repositories to
the Go project under the Google CLA.
2020-09-28 14:18:44 +02:00
edwards25519.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
edwards25519_test.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_alias_test.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_amd64.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_amd64.s all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_bench_test.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_generic.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_mul_bits.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_mul_compat.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_noasm.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
fe_test.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
go.mod all: expose edwards25519, base, and scalar packages 2020-08-27 00:35:09 -04:00
LICENSE all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
scalar.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
scalar_test.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
scalarmult.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
scalarmult_test.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
table_constants.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
tables.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00
tables_test.go all: flatten the package and make FieldElement opaque 2020-09-28 14:18:44 +02:00