NSS/ARGON2: Difference between revisions

1,124 bytes added ,  3 January 2017
Edit fix
(Added meeting summary)
(Edit fix)
 
(4 intermediate revisions by the same user not shown)
Line 41: Line 41:
** Writeup on Blake2  : https://gist.github.com/SooryaN/8d1b2c19bf0b971c11366b0680908d4b
** Writeup on Blake2  : https://gist.github.com/SooryaN/8d1b2c19bf0b971c11366b0680908d4b
** Writeup on Argon2  : https://gist.github.com/Sachin-A/a3e89b13ee108c5dde7a6d34eb8b6abe
** Writeup on Argon2  : https://gist.github.com/Sachin-A/a3e89b13ee108c5dde7a6d34eb8b6abe
* Combined Repository
** Blake2  : https://github.com/Sachin-A/Blake2
* Working on basic implementations of Blake2b and Blake2s in C
* Working on basic implementations of Blake2b and Blake2s in C
** Basic blake2b implementation (work in progress) : https://github.com/Sachin-A/Blake2b
** Basic blake2b implementation (work in progress) : https://github.com/Sachin-A/Blake2/blake2b
** Basic blake2s implementation (work in progress) : https://github.com/Spockuto/blake2s
** Basic blake2s implementation (work in progress) : https://github.com/Sachin-A/Blake2/blake2s
* Preliminary reviews on basic code
* Preliminary reviews on basic code
** Blake2b: https://github.com/franziskuskiefer/Blake2b/pull/1
** Blake2b : https://github.com/franziskuskiefer/Blake2b/pull/1
** Blake2s: https://github.com/Spockuto/blake2s/pull/1
** Blake2s : https://github.com/Spockuto/blake2s/pull/1
* Working on issues
** Performance testing
*** Blake2b  : https://github.com/Sachin-A/Blake2/issues/5
*** Blake2s  : https://github.com/Spockuto/blake2s/issues/7
** Known answer tests 
*** Blake2b  : https://github.com/Sachin-A/Blake2/issues/4
*** Blake2s  : https://github.com/Spockuto/blake2s/issues/6
** Review 0 fixes
*** Blake2b  : https://github.com/Sachin-A/Blake2/issues/1
 
=== 28-12-2016 ===
* Meeting Summary
** Discussed current status of project and further plans
** Decided on plans for integration with nss-try and development of Argon2 based on Blake2
** Next meeting on the 7th of Jan, 2017 (Woo! New year!)
* Progress
** Blake2b and Blake2s include known answer tests for keyed and unkeyed hashes
** NSS Phabricator and Try server level 1 access granted
* Potential points of discussion:
** Phabricator accounts
** Patches against the try server
** Code review
* Upcoming work
** Finish up performance testing for Blake2b and Blake2s
** Merge blake2b and 2s repositories
** Get into integrating with NSS-Try and start with Argon2


=== 02-12-2016 ===
=== 02-12-2016 ===
Line 66: Line 94:
** Address blake2b/2s review0 changes
** Address blake2b/2s review0 changes
** Set up accounts(try server access)
** Set up accounts(try server access)
** Unit testing using known-answer-tests provided in the RFC manual and the blake2 official site
** Unit testing using known-answer-tests provided in the official implementation


=== 02-11-2016 ===
=== 02-11-2016 ===
9

edits