serai/coins/monero
Luke Parker e0ce6e5c12
Add Ed25519 to FROST and remove expand_xmd for elliptic_curve's
Doesn't fully utilize ec's hash2curve module as k256 Scalar doesn't have 
FromOkm for some reason. The previously present bigint reduction is 
preserved.

Updates ff/group to 0.12.

Premised on https://github.com/cfrg/draft-irtf-cfrg-frost/pull/205 being 
merged, as while this Ed25519 is vector compliant, it's technically not 
spec compliant due to that conflict.
2022-06-06 02:18:25 -04:00
..
c Remove "as", except for floats as needed 2022-05-30 02:14:34 -04:00
src Add Ed25519 to FROST and remove expand_xmd for elliptic_curve's 2022-06-06 02:18:25 -04:00
tests Monero prepare_send 2022-06-05 15:10:50 -04:00
.gitignore Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
build.rs Override Monero's random function with a Rust-seedable random 2022-05-22 01:56:17 -04:00
Cargo.toml Add Ed25519 to FROST and remove expand_xmd for elliptic_curve's 2022-06-06 02:18:25 -04:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00