This website requires JavaScript.
Explore
Help
Sign In
acw
/
simple_crypto
Watch
1
Star
0
Fork
0
You've already forked simple_crypto
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d2bdbd37fe3a50513787610c5e947db3ed82ad68
simple_crypto
/
src
/
ed25519
History
Adam Wick
d2bdbd37fe
Shift to +/- from fe_add/fe_sub.
2019-05-22 19:56:10 -07:00
..
constants.rs
type Element --> struct FieldElement
2019-05-16 17:27:29 -07:00
fe.rs
Shift to +/- from fe_add/fe_sub.
2019-05-22 19:56:10 -07:00
mod.rs
Shift to +/- from fe_add/fe_sub.
2019-05-22 19:56:10 -07:00
point.rs
Shift to +/- from fe_add/fe_sub.
2019-05-22 19:56:10 -07:00
rfc8032.txt
This is a very naive Rust tanslation of the basic math behind the ed25519 crypto scheme.
2019-05-14 21:54:59 -07:00