Home
last modified time | relevance | path

Searched refs:input4 (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dhash.c477 const u8 input4[] = "Suppose the original message has length = 50 bytes"; in main() local
498 ret = gen_hash_hfunc(input4, sizeof(input4)-1, output, HASH_GOST34_11_94_NORM); EG(ret, err); in main()