Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix self test NEON compile with MSVC compiler (GH #776) | Jeffrey Walton | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | Prepare for Crypto++ 8.0 release | Jeffrey Walton | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-12-23 | 1 | -26/+30 |
| | |||||
* | Whitespace check-in | Jeffrey Walton | 2018-07-20 | 1 | -2/+2 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-17 | 1 | -3/+5 |
| | |||||
* | Add crypto_sign_sk2pk (PR #668) | Jeffrey Walton | 2018-07-17 | 1 | -0/+15 |
| | | | | This should allow users to convert a ed25519 seret key to a public key without rolling their own code | ||||
* | Update documentation | Jeffrey Walton | 2018-03-27 | 1 | -6/+0 |
| | |||||
* | Add sbyte, sword16, sword32 and sword64 (GH #608, GH #609) | Jeffrey Walton | 2018-03-27 | 1 | -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 documentation | Jeffrey Walton | 2018-02-08 | 1 | -1/+3 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-01-22 | 1 | -8/+8 |
| | |||||
* | Update documentationCRYPTOPP_6_0_0 | Jeffrey Walton | 2018-01-22 | 1 | -3/+3 |
| | |||||
* | Rename nacl.h to naclite.h | Jeffrey Walton | 2018-01-21 | 1 | -0/+421 |
This should avoid confusion with header files from the reference implementation and libsodium |