Sha256: 490d8ed990961f6e6e2615e745c87f8d5dece111ec55316b13d6200c32409626
Contents?: true
Size: 273 Bytes
Versions: 9
Compression:
Stored size: 273 Bytes
Contents
#include "api.h" #include "crypto_verify_32.h" int crypto_auth_verify(const unsigned char *h,const unsigned char *in,unsigned long long inlen,const unsigned char *k) { unsigned char correct[32]; crypto_auth(correct,in,inlen,k); return crypto_verify_32(h,correct); }
Version data entries
9 entries across 7 versions & 1 rubygems