Noam Kleinburd

Results 2 issues of Noam Kleinburd

This aims to solve both #323 and #328 by supplying efficient methods to copy Python `bytes` into Go `[]byte` slices and vice versa. One question I have is whether the...

I have a working implementation of Blake2Xb. I couldn't find test vectors, so I wrote a test comparing to the official Go implementation. Open questions: * Blake2X has a slightly...