9
edits
(Add deleted meeting summary back in) |
(Added links to new combined repository) Tag: Mobile edit |
||
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 | |||
** 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/ | ** Basic blake2b implementation (work in progress) : https://github.com/Sachin-A/Blake2/blake2b | ||
** Basic blake2s implementation (work in progress) : https://github.com/ | ** 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 | ||
Line 49: | Line 51: | ||
* Working on issues | * Working on issues | ||
** Performance testing | ** Performance testing | ||
*** Blake2b : https://github.com/Sachin-A/ | *** Blake2b : https://github.com/Sachin-A/Blake2/issues/5 | ||
*** Blake2s : https://github.com/Spockuto/blake2s/issues/7 | *** Blake2s : https://github.com/Spockuto/blake2s/issues/7 | ||
** Known answer tests | ** Known answer tests | ||
*** Blake2b : https://github.com/Sachin-A/ | *** Blake2b : https://github.com/Sachin-A/Blake2/issues/4 | ||
*** Blake2s : https://github.com/Spockuto/blake2s/issues/6 | *** Blake2s : https://github.com/Spockuto/blake2s/issues/6 | ||
** Review 0 fixes | ** Review 0 fixes | ||
*** Blake2b : https://github.com/Sachin-A/ | *** Blake2b : https://github.com/Sachin-A/Blake2/issues/1 | ||
=== 28-12-2016 === | === 28-12-2016 === |
edits