crypto/blake2s
ValarDragon 12892e8c23 blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler
The marshal method allows the hash's internal state to be serialized and
unmarshaled at a later time, without having the re-write the entire stream
of data that was already written to the hash.

Fixes golang/go#24548

Change-Id: I82358c34181fc815f85d5d1509fb2fe0e62e40bd
Reviewed-on: https://go-review.googlesource.com/103241
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
2018-03-30 21:03:55 +00:00
..
blake2s.go blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler 2018-03-30 21:03:55 +00:00
blake2s_386.go blake2s: implement BLAKE2X 2017-07-05 21:44:04 +00:00
blake2s_386.s blake2s: fix build constraints 2016-10-28 19:53:00 +00:00
blake2s_amd64.go blake2s: implement BLAKE2X 2017-07-05 21:44:04 +00:00
blake2s_amd64.s blake2s: fix build constraints 2016-10-28 19:53:00 +00:00
blake2s_generic.go blake2s: new package 2016-10-17 17:13:37 +00:00
blake2s_ref.go blake2s: implement BLAKE2X 2017-07-05 21:44:04 +00:00
blake2s_test.go blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler 2018-03-30 21:03:55 +00:00
blake2x.go blake2s: implement BLAKE2X 2017-07-05 21:44:04 +00:00
register.go blake2s: register BLAKE2s 2017-03-02 19:32:44 +00:00