xmr-btc-swap/monero-adaptor
Thomas Eizinger 87ca636ddb
Use Cow to compress EdwardsPoint on the fly in hash function
This allows us to pass EdwardsPoint to hash_to_scalar without compressing
them a priori. As a result, we can remove a bunch of intermediary variables.
2021-05-11 14:48:37 +10:00
..
src Use Cow to compress EdwardsPoint on the fly in hash function 2021-05-11 14:48:37 +10:00
tests Extract clsag module 2021-05-11 11:51:29 +10:00
Cargo.toml [WIP] Make test self-contained 2021-05-10 13:21:40 +10:00