sntrup-sys 0.1.2

Streamlined NTRU Prime, extracted from SUPERCOP with a deduplicated vendor tree, compiled via the cc crate
Documentation
1
2
3
4
5
6
#ifndef crypto_declassify_h
#define crypto_declassify_h

extern void crypto_declassify(const void *,unsigned long long);

#endif