ristretto255/internal/edwards25519
Filippo Valsorda 0e06c64ad7 ristretto255: expose scalar multiplication APIs
The names of the ScalarMults were picked to match elliptic.Curve.

The Scalar type is re-exposed as an opaque type, with an API that
matches the Element one.
2019-05-16 15:08:48 -04:00
..
edwards25519.go ristretto255: expose scalar multiplication APIs 2019-05-16 15:08:48 -04:00
edwards25519_test.go ristretto255: expose scalar multiplication APIs 2019-05-16 15:08:48 -04:00
scalarmult.go internal/edwards25519,internal/scalar: apply some Go style touches 2019-05-16 15:08:48 -04:00
scalarmult_test.go internal/edwards25519,internal/scalar: apply some Go style touches 2019-05-16 15:08:48 -04:00
table_constants.go internal/edwards25519,internal/scalar: apply some Go style touches 2019-05-16 15:08:48 -04:00
tables.go internal/edwards25519,internal/scalar: apply some Go style touches 2019-05-16 15:08:48 -04:00
tables_test.go internal/edwards25519,internal/scalar: apply some Go style touches 2019-05-16 15:08:48 -04:00