[]: update all examples and tests

This commit is contained in:
Alexander Medvednikov 2019-11-14 10:00:22 +03:00
parent 96b530cf85
commit 7d924679a6
10 changed files with 390 additions and 389 deletions

View file

@ -158,7 +158,7 @@ fn block_generic(dig mut Digest, p_ []byte) {
h7 += h
if Chunk >= p.len {
p = []byte
p = []
} else {
p = p[Chunk..]
}