pub const ECDSA_PRIVATE_KEY_SIZE: usize = bc_crypto::ECDSA_PRIVATE_KEY_SIZE; // 32usize
The size of an ECDSA private key in bytes (32 bytes).