index
:
sha3
main
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-03
sha3.c: add right_encode()
Paul Duncan
1
-0
/
+135
2023-09-02
sha3.[hc]: add cshake256 functions and tests
Paul Duncan
2
-1
/
+171
2023-09-02
sha3.[hc]: add cshake128 functions
Paul Duncan
2
-109
/
+255
2023-09-02
sha3.c: add pad parameter to internal xof functions
Paul Duncan
1
-11
/
+13
2023-09-02
Makefile: add CFLAGS to test target
Paul Duncan
1
-1
/
+1
2023-09-02
main.c: misc cleanups, add comments
Paul Duncan
1
-43
/
+57
2023-09-02
main.c: add trailing newline to "unknown algorithm" error message
Paul Duncan
1
-1
/
+1
2023-09-02
sha3.c: add xof_once(), refactor shake{128,256}_xof_once()
Paul Duncan
1
-18
/
+312
2023-09-02
sha3.[hc]: add shake{128,256}_xof_once()
Paul Duncan
2
-0
/
+240
2023-09-02
sha3.[hc], main.c: remove absorb_done(), make squeeze always succeed
Paul Duncan
3
-73
/
+16
2023-09-01
main.c: add shake128-xof and shake256-xof commands
Paul Duncan
1
-15
/
+109
2023-09-01
sha3.c: remove extraneous whitespace
Paul Duncan
1
-55
/
+55
2023-09-01
./sha3.h: add shake{128,256}_xof_*()
Paul Duncan
2
-10
/
+383
2023-09-01
initial commit
Paul Duncan
5
-0
/
+1299
[prev]