agl / rwb0fuz1024

This is example code for a Rabin-Williams public-key signature scheme designed to provide high speed verification and small signatures.

This URL has Read+Write access

rwb0fuz1024 / api.h
100644 4 lines (3 sloc) 0.175 kb
1
2
3
4
#define crypto_sign_rwb0fuz1024_gmp_SECRETKEYBYTES (64 + 64 + 128 + 1 + 8)
#define crypto_sign_rwb0fuz1024_gmp_PUBLICKEYBYTES 128
#define crypto_sign_rwb0fuz1024_gmp_BYTES 65