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-11 13:39:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
54f1929078806b86d6db9a1c54d201da6e86733b
serai
/
coins
/
monero
/
src
/
tests
/
mod.rs
5 lines
52 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove monero-rs types Still missing an updated RPC file. Restructures the library as it makes sense
2022-05-21 15:33:35 -04:00
mod
clsag
;
BP Verification (#75) * Use a struct in an enum for Bulletproofs * verification bp working for just one proof * add some more assert tests * Clean BP verification * Implement batch verification * Add a debug assertion w_cache isn't 0 It's initially set to 0 and if not updated, this would be broken. * Correct Monero workflow yaml * Again try to corrent Monero workflow yaml * Again * Finally * Re-apply weights as required by Bulletproofs Removing these was insecure and my fault. Co-authored-by: DangerousFreedom <dangfreed@tutanota.com>
2022-07-31 21:45:53 -05:00
mod
bulletproofs
;
Implement Guaranteed Addresses Closes https://github.com/serai-dex/serai/issues/27. monero-rs is now solely used for Extra encoding.
2022-06-28 00:01:20 -04:00
mod
address
;
add monero seed support (#252) * add monero seed support * fix some of the pr comments * remove languages module and unnecessary error returns * Clean classic seed impl Fixes a few issues regarding Zeroize usage/API safety. Mainly a cleanup. --------- Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2023-03-10 22:16:00 +03:00
mod
seed
;
Reference in New Issue
Copy Permalink