Changes In Branch monocypher Excluding Merge-Ins
This is equivalent to a diff from 542443e166 to e61a5fb78c
2019-01-11
| ||
16:45 | Integrated monocypher changes check-in: eb79ca52ec user: rkeene tags: trunk | |
16:45 | Many unrelated changes check-in: 5db79120e2 user: rkeene tags: trunk | |
16:43 | Use Tcl for free() and malloc() within argon2 Closed-Leaf check-in: e61a5fb78c user: rkeene tags: monocypher | |
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 | |
2019-01-10
| ||
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 [2c770458fb].
|
Added build/argon2/monocypher-blake2b.h version [1b9e334905].
|
Added build/argon2/src/argon2.c version [f1814855c1].