Refactored a lot of cryptography. Moved from "rust-crypto" to https://github.com/RustCrypto
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
pub const CHAIN_VERSION: u32 = 1;
|
||||
pub const CHAIN_VERSION: u32 = 2;
|
||||
|
||||
pub const ZONE_DIFFICULTY: u32 = 28;
|
||||
pub const ZONE_DIFFICULTY: u32 = 26;
|
||||
pub const BLOCK_DIFFICULTY: u32 = 24;
|
||||
pub const LOCKER_DIFFICULTY: u32 = 18;
|
||||
pub const KEYSTORE_DIFFICULTY: usize = 25;
|
||||
pub const KEYSTORE_DIFFICULTY: usize = 23;
|
||||
|
||||
pub const LOCKER_BLOCK_START: u64 = 12;
|
||||
pub const LOCKER_BLOCK_LOCKERS: u64 = 6;
|
||||
|
||||
Reference in New Issue
Block a user