fn test_nocrash_proof()

in src/util.rs [508:510]


        fn test_nocrash_proof(bytes in vec(any::<u8>(), 0..200)) {
            test_deserialize!(Proof, bytes);
        }