Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5d2f47838bc7fd16fc837c76390ae6240a8c2c6d
[trex.git]
/
1
#include "crypto_hash_sha256.h"
2
3
size_t
4
crypto_hash_sha256_bytes(void) {
5
return crypto_hash_sha256_BYTES;
6
}