[Cryptography] [patch chacha20_drng 0/4] Small cleanups for chacha20_drng

Jason Cooper cryptography at lakedaemon.net
Fri Aug 5 15:21:51 EDT 2016


Hi Stephan,

I've run out of time today, so I'm sending what I have so far.  Mostly
cleanups.  There are two API changes you should review carefully.  I think it's
best to make them now before people start actually using them and depending on
them.

For those who prefer to pull via git:

  git://git.infradead.org/users/jcooper/chacha20_drng.git jason/changes

thx,

Jason.

Jason Cooper (4):
  Add .gitignore file
  doc: Update license block to match source code
  API: Remove version macros
  API: Make _versionstring return snprintf() errors

 .gitignore             |   5 +
 COPYING                |  33 +++++
 COPYING.bsd            |  26 ++++
 COPYING.gplv2          | 340 +++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile               |   6 +-
 chacha20_drng.c        |  26 +++-
 chacha20_drng.h        |  23 ++--
 doc/drng_chacha20.tmpl |  25 +++-
 8 files changed, 455 insertions(+), 29 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 COPYING
 create mode 100644 COPYING.bsd
 create mode 100644 COPYING.gplv2

-- 
2.9.2



More information about the cryptography mailing list