[Cryptech-Commits] [user/ln5/stm32-avalanche-noise] branch master updated (15f056c -> be1d685)
git at cryptech.is
git at cryptech.is
Sun Jan 26 09:37:06 UTC 2020
This is an automated email from the git hooks/post-receive script.
linus at nordberg.se pushed a change to branch master
in repository user/ln5/stm32-avalanche-noise.
from 15f056c rev11 hardware
add 6f4f2af Don't find | rm for target 'clean'
add 49d3928 Add version and application info to ELF file
add e775954 Update comments for later revisions
new 41eb060 [cc20rng] Code formatting changes
new 76a6b63 [cc20rng] Revamping the ChaCha20 seeding
new ee79942 Merge branch 'ln/cc20rng-revamp' into ln/devel
new abfbb7b [entropy] Raise USB baud rate to match application 'cc20rng'
new be1d685 Revert "Add version and application info to ELF file"
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
common.mk | 4 +-
src/cc20rng/.clang-format | 4 ++
src/cc20rng/Makefile | 5 +-
src/cc20rng/cc20_prng.c | 147 ++++++++++++++++++++++---------------------
src/cc20rng/cc20_prng.h | 20 +++---
src/cc20rng/main.c | 151 +++++++++++++++++++++------------------------
src/cc20rng/main.h | 4 --
src/cc20rng/stm32f4xx_it.h | 2 -
src/entropy/Makefile | 1 -
src/entropy/stm_init.c | 2 +-
10 files changed, 170 insertions(+), 170 deletions(-)
create mode 100644 src/cc20rng/.clang-format
delete mode 100644 src/cc20rng/main.h
More information about the Commits
mailing list