Update documentation

This commit is contained in:
Jeffrey Walton 2020-12-15 03:58:05 -05:00
parent fe4f9a0748
commit 45ce17c492
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -1,3 +1,12 @@
// tweetnacl.h - written and placed in the public domain by Jeffrey Walton
/// \file nr.h
/// \brief Declarations for Bernstein's TweetNaCL
/// \details TweetNaCL is used to cross-validate the library's implementations.
/// The implementation itself is not optimized and kind of amusing. However
/// it serves a valuable purpose for cross-validation.
/// \details Don't use this in production.
#ifndef TWEETNACL_H #ifndef TWEETNACL_H
#define TWEETNACL_H #define TWEETNACL_H
#define crypto_auth_PRIMITIVE "hmacsha512256" #define crypto_auth_PRIMITIVE "hmacsha512256"