fn test_nocrash_oprf_client()

in src/util.rs [467:469]


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