1 2 3 4 5 6 7 8 9 10 11
/* This file is part of Curv library Copyright 2018 by Kzen Networks (https://github.com/KZen-networks/curv) License MIT: https://github.com/KZen-networks/curv/blob/master/LICENSE */ const SECURITY_BITS: usize = 256; pub mod hash_commitment; pub mod traits;