File: api

package info (click to toggle)
lib1305 0~20250415-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,100 kB
  • sloc: asm: 21,226; ansic: 10,838; python: 4,340; sh: 178; makefile: 45
file content (9 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
crypto_verify/16 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000
#define crypto_verify_16_BYTES 16
int crypto_verify(const unsigned char *,const unsigned char *);

crypto_onetimeauth/poly1305 6e0b9cab26afe89025afa79802234668b378ae2a0f8415b062ece0174f8bdcef d31323d65ade3ad4f87a77aef4c31e87c3aecf32087f2706cf43f81b3b0868b9
#define crypto_onetimeauth_poly1305_BYTES 16
#define crypto_onetimeauth_poly1305_KEYBYTES 32
void crypto_onetimeauth(unsigned char *,const unsigned char *,long long,const unsigned char *);
int crypto_onetimeauth_verify(const unsigned char *,const unsigned char *,long long,const unsigned char *);