risc0-curve25519-dalek-source/src
Henry de Valence 71bf0d5e53 Remove port of Montgomery conversion from Adam's code
This should be brought back later as part of reworking the compressed
point formats / serialization code.  Right now there's just
"CompressedPoint" which is in the ed25519 format.  Ideally, users should
be able to serialize points to formats used for X25519, for decaf, etc.
and not have to worry too much about the internal model.
2016-12-09 14:49:27 -08:00
..
curve.rs Remove port of Montgomery conversion from Adam's code 2016-12-09 14:49:27 -08:00
field.rs Initial commit. 2016-12-08 05:12:00 +00:00
lib.rs Fix a typo in lib.rs module documention. 2016-12-08 21:59:52 +00:00
scalar.rs Initial commit. 2016-12-08 05:12:00 +00:00
util.rs Initial commit. 2016-12-08 05:12:00 +00:00