serai/coins/monero/src
Luke Parker 5d115f1e1c
Implement a DLEq library
While Serai only needs the simple DLEq which was already present under 
monero, this migrates the implementation of the cross-group DLEq I 
maintain into Serai. This was to have full access to the ecosystem of 
libraries built under Serai while also ensuring support for it.

The cross_group curve, which is extremely experimental, is feature 
flagged off. So is the built in serialization functionality, as this 
should be possible to make nostd once const generics are full featured, 
yet the implemented serialization adds the additional barrier of 
std::io.
2022-06-30 05:42:29 -04:00
..
ringct Implement a DLEq library 2022-06-30 05:42:29 -04:00
tests Implement Guaranteed Addresses 2022-06-28 00:01:20 -04:00
wallet Update the reference link for Guaranteed Addresses 2022-06-30 03:16:51 -04:00
block.rs Add PartialEq to structs 2022-05-25 00:21:01 -04:00
frost.rs Implement a DLEq library 2022-06-30 05:42:29 -04:00
lib.rs Move RingCT code to a deciated folder 2022-05-22 02:24:24 -04:00
rpc.rs Cache output distribution 2022-06-20 23:00:49 -04:00
serialize.rs Add fee handling code to Monero 2022-06-19 12:03:01 -04:00
transaction.rs Add fee handling code to Monero 2022-06-19 12:03:01 -04:00