This website requires JavaScript.
Explore
Help
Register
Sign in
Ecosystem
/
serai
Watch
1
Star
0
Fork
You've already forked serai
0
mirror of
https://github.com/serai-dex/serai.git
synced
2025-03-12 09:26:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
f0ff3a18d2
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