[mike.pech...@gmail.com: blake2b]

2017-03-01 Thread Alexander Burger
One more test, now without any URLs
Please ignore!

- Alex

- Forwarded message from Mike Pechkin <mike.pech...@gmail.com> -

Date: Wed, 1 Mar 2017 11:23:02 +0200
From: Mike Pechkin <mike.pech...@gmail.com>
To: picolisp@software-lab.de
Subject: blake2b

hi,

I've implement blake2b:
o) cool and fast
o) https://
o) speed comparison https://
o) optional keying
o) pass on original test vectors
o) dont forget D.J.Bernstein and ChaCha as core primitive

URL:
https://

FILES:
o) blake2.l
o) test-blake2.l

Mike

- End forwarded message -
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


[mike.pech...@gmail.com: blake2b]

2017-03-01 Thread Alexander Burger
Who did not get this message?

- Alex

- Forwarded message from Mike Pechkin <mike.pech...@gmail.com> -

Date: Wed, 1 Mar 2017 11:23:02 +0200
From: Mike Pechkin <mike.pech...@gmail.com>
To: picolisp@software-lab.de
Subject: blake2b

hi,

I've implement blake2b:
o) cool and fast
o) https://blake2.net/
o) speed comparison https://blake2.net/skylake.png
o) optional keying
o) pass on original test vectors
o) dont forget D.J.Bernstein and ChaCha as core primitive

URL:
https://bitbucket.org/mihailp/tankfeeder/src/1c64f0fec2bd7242092c785129f131121a4e72a8/crypto/?at=default

FILES:
o) blake2.l
o) test-blake2.l

Mike

- End forwarded message -
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


blake2b

2017-03-01 Thread Mike Pechkin
hi,

I've implement blake2b:
o) cool and fast
o) https://blake2.net/
o) speed comparison https://blake2.net/skylake.png
o) optional keying
o) pass on original test vectors
o) dont forget D.J.Bernstein and ChaCha as core primitive

URL:
https://bitbucket.org/mihailp/tankfeeder/src/1c64f0fec2bd7242092c785129f131121a4e72a8/crypto/?at=default

FILES:
o) blake2.l
o) test-blake2.l

Mike