mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
Modifications: - fixed folder Cargo.toml dependencies and workspace structure. - added PartialEq macro to Blockchain and Vote structures. - added nodes keypair functionality using crypto::keypair. - added signatures impl using crypto::schnorr.