Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interface to TweetNaCl library #566

Merged
merged 37 commits into from
Jan 18, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4edc9b5
Add TweetNaCl library
noloader Jan 15, 2018
a6adcc0
Re-add C++11 lambda detection
noloader Jan 15, 2018
fe88ae3
Add TweetNaCl to Visual Studio and FileList
noloader Jan 15, 2018
e3680a3
Udate documentation
noloader Jan 15, 2018
30396ee
Merge branch 'master' of ssh://github.com/weidai11/cryptopp
noloader Jan 15, 2018
f36aea1
Fix Travis testing with OS X 8.3 images
noloader Jan 15, 2018
9f9fe2a
Add missing crypto_box_BEFORENMBYTES
noloader Jan 15, 2018
dcac266
Update documentation
noloader Jan 15, 2018
203b9f2
Fix Visual Studio project files
noloader Jan 15, 2018
aa38b2b
Update documentation
noloader Jan 15, 2018
c3ce204
Update documentation
noloader Jan 15, 2018
c1381e0
Clear Visual Studio warnings
noloader Jan 15, 2018
18bc00c
Fix Visual Studio compile
noloader Jan 15, 2018
46ff44a
Update documentation
noloader Jan 15, 2018
dcfec9d
Add initial NaCl self tests
noloader Jan 15, 2018
09f47eb
Add validat4.cpp to Filelist.txt
noloader Jan 15, 2018
e0b21bd
Update tweetnacl.cpp to test for 0-key per RFC 7748
noloader Jan 16, 2018
3da7de0
Fix line endings. Ugh...
noloader Jan 16, 2018
1109852
Whitespace cleanup
noloader Jan 16, 2018
17172f4
Add CryptoBox and CryptoBoxOpen self tests
noloader Jan 16, 2018
a30a5fa
Add missing crypto_box_BOXZEROBYTES constant
noloader Jan 16, 2018
d46eb2e
Switch to cURL for source file downloads
noloader Jan 16, 2018
0e98baf
Update documentation
noloader Jan 16, 2018
94b6dd7
Update documentation
noloader Jan 16, 2018
c5fb5be
Update documentation
noloader Jan 16, 2018
5fcec08
Add CRYPTOPP_DISABLE_NACL guard
noloader Jan 16, 2018
e1096ad
Add NaCl gear to cryptest.nmake
noloader Jan 16, 2018
4073f1d
Add missing crypto_box_MACBYTES define
noloader Jan 16, 2018
ccdf6e9
Merge branch 'master' of ssh://github.com/weidai11/cryptopp
noloader Jan 17, 2018
bb3483d
Add patch file to Makefile conversion
noloader Jan 17, 2018
6fb023f
Add missing crypto_sign_SEEDBYTES define
noloader Jan 17, 2018
78146f0
Add CryptoSign and CryptoSignOpen self tests
noloader Jan 17, 2018
0e65592
Update documentation
noloader Jan 17, 2018
f2e5251
Whitespace check-in
noloader Jan 17, 2018
b19897e
Merge branch 'master' of ssh://github.com/weidai11/cryptopp
noloader Jan 18, 2018
5be0c0a
Clear UBSan findings
noloader Jan 18, 2018
4dbcc75
Update patch
noloader Jan 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tweetnacl.cpp to test for 0-key per RFC 7748
We also switch from a sed script to patch to update tweetnacl.c. There's too many changes now
  • Loading branch information
noloader committed Jan 16, 2018
commit e0b21bdbd2fdce32f705e814f3d9708950c3b888
Loading