Jeffrey Walton
ac6987f3ae
Use \return and \throw consitently in the docs
2020-12-07 23:35:10 -05:00
Jeffrey Walton
9013cb60fb
Fix semicolons yet again (GH #889 )
...
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.
2019-10-14 12:30:10 -04:00
Jeffrey Walton
589c25264a
Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889 )
...
This issue is a recurring issue. Let's try fixing it in the #define this time.
2019-10-03 19:40:53 -04:00
Jeffrey Walton
50dd3ad354
Spelling
2019-05-22 03:04:38 -04:00
Jeffrey Walton
9255740285
Fix self test NEON compile with MSVC compiler (GH #776 )
2019-01-03 21:00:22 -05:00
Jeffrey Walton
5e48cfd0c9
Prepare for Crypto++ 8.0 release
2018-12-27 18:30:38 -05:00
Jeffrey Walton
2ba3c1fc73
Update documentation
2018-12-23 18:27:56 -05:00
Jeffrey Walton
365e65c2eb
Whitespace check-in
2018-07-20 13:38:55 -04:00
Jeffrey Walton
8d6b1af4cf
Update documentation
2018-07-17 11:52:34 -04:00
Jeffrey Walton
d8946df8eb
Add crypto_sign_sk2pk (PR #668 )
...
This should allow users to convert a ed25519 seret key to a public key without rolling their own code
2018-07-17 08:28:33 -04:00
Jeffrey Walton
8fca97da54
Update documentation
2018-03-27 21:17:10 -04:00
Jeffrey Walton
3958fad099
Add sbyte, sword16, sword32 and sword64 (GH #608 , GH #609 )
...
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
2018-03-27 20:47:20 -04:00
Jeffrey Walton
ec6f83a147
Update documentation
2018-02-08 02:52:33 -05:00
Jeffrey Walton
7849ff393d
Update documentation
2018-01-22 22:59:19 -05:00
Jeffrey Walton
b6c6684451
Update documentation
2018-01-22 15:54:51 -05:00
Jeffrey Walton
8ffd165c7a
Rename nacl.h to naclite.h
...
This should avoid confusion with header files from the reference implementation and libsodium
2018-01-21 17:04:15 -05:00