conspire 0.6.0

The Rust interface to conspire.
Documentation
1
2
3
4
5
6
use super::Scalar;

#[test]
fn size() {
    assert_eq!(std::mem::size_of::<&[Scalar]>(), 16)
}