summaryrefslogtreecommitdiff
path: root/naclite.h
Commit message (Collapse)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-28/+28
|
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-24/+24
| | | | So it looks like sed added a '\r' between the closing paren and the semi. Grepping for '^;' failed because the '\r' was considered part of the previous line, so it showed no hits. I finally had to write a C program to properly identify and fix those damn stray semicolons.
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-24/+24
| | | | This issue is a recurring issue. Let's try fixing it in the #define this time.
* SpellingJeffrey Walton2019-05-221-1/+1
|
* Fix self test NEON compile with MSVC compiler (GH #776)Jeffrey Walton2019-01-031-1/+1
|
* Prepare for Crypto++ 8.0 releaseJeffrey Walton2018-12-271-1/+1
|
* Update documentationJeffrey Walton2018-12-231-26/+30
|
* Whitespace check-inJeffrey Walton2018-07-201-2/+2
|
* Update documentationJeffrey Walton2018-07-171-3/+5
|
* Add crypto_sign_sk2pk (PR #668)Jeffrey Walton2018-07-171-0/+15
| | | | This should allow users to convert a ed25519 seret key to a public key without rolling their own code
* Update documentationJeffrey Walton2018-03-271-6/+0
|
* Add sbyte, sword16, sword32 and sword64 (GH #608, GH #609)Jeffrey Walton2018-03-271-28/+28
| | | | Visual Studio 2008 kind of forced out hand with this. VS2008 lacks <stdint.h> and <cstdint> and it caused compile problems in NaCl gear. We were being a tad bit lazy by relying on int8_t, int32_t and int64_t, but the compiler errors made us act
* Update documentationJeffrey Walton2018-02-081-1/+3
|
* Update documentationJeffrey Walton2018-01-221-8/+8
|
* Update documentationCRYPTOPP_6_0_0Jeffrey Walton2018-01-221-3/+3
|
* Rename nacl.h to naclite.hJeffrey Walton2018-01-211-0/+421
This should avoid confusion with header files from the reference implementation and libsodium