mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05: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.