Changes In Branch monocypher Through [ed43f19076] Excluding Merge-Ins
This is equivalent to a diff from 542443e166 to ed43f19076
2019-01-11
| ||
16:45 | Many unrelated changes check-in: 5db79120e2 user: rkeene tags: trunk | |
16:08 | Removed all heap-based memory allocations since they can be done on the stack now that they are constant sized check-in: 567d112dc6 user: rkeene tags: monocypher | |
15:53 | Add AES256-CTR Tcl command check-in: ed43f19076 user: rkeene tags: monocypher | |
2019-01-10
| ||
21:14 | Compile AES as AES256 CTR check-in: 4131055ef7 user: rkeene tags: monocypher | |
08:41 | Started switching to monocypher check-in: 1dbc43abc9 user: rkeene tags: monocypher | |
2018-12-09
| ||
22:11 | Removed extra auto_paths check-in: 542443e166 user: rkeene tags: trunk | |
22:10 | Added an RPC client REPL check-in: e9fd1f6094 user: rkeene tags: trunk | |
Modified .fossil-settings/ignore-glob from [f9b9628d3b] to [e8ee0fb684].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + - - - - - - - - + + + | nano.so nano.o argon2.o monocypher.o aes.o randombytes.o |
Modified Makefile.in from [9775c9b8f5] to [a0a59daca8].
|
Modified autogen.sh from [50eb64ee31] to [5177f2c1f8].
︙ | |||
75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + - - - - - - + + | exit 1 fi autoconf rm -rf autom4te.cache |
︙ |
Added build/argon2/Makefile version [2e6c9551be].
|
Added build/argon2/monocypher-blake2b.h version [b2dc3556d1].
|
Added build/argon2/src/argon2.c version [f1814855c1].