This website requires JavaScript.
Explore
Help
Sign In
absolutebi
/
serai
Watch
1
Star
0
Fork
0
You've already forked serai
mirror of
https://github.com/serai-dex/serai.git
synced
2025-12-08 12:19:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
397fca748f29fb594c0e06e42cbed5cf653d1574
serai
/
crypto
/
ciphersuite
/
src
History
Luke Parker
797604ad73
Replace usage of
io::Error::new(io::ErrorKind::Other,
with
io::Error::other
...
Newly possible with Rust 1.74.
2023-11-19 18:31:37 -05:00
..
dalek.rs
Fully document crypto/
2023-03-20 20:10:00 -04:00
ed448.rs
Use U448 for Ed448 instead of U512
2023-05-09 04:12:13 -04:00
kp256.rs
Meaningful changes from aggressive-clippy
2023-07-08 11:29:07 -04:00
lib.md
Add no_std support to transcript, dalek-ff-group, ed448, ciphersuite, multiexp, schnorr, and monero-generators
2023-04-22 04:38:47 -04:00
lib.rs
Replace usage of
io::Error::new(io::ErrorKind::Other,
with
io::Error::other
2023-11-19 18:31:37 -05:00