]> Cypherpunks repositories - gostls13.git/commit
crypto/md5: uniform Write func
authorunknown <nonamezeil@gmail.com>
Wed, 4 Nov 2015 12:55:21 +0000 (15:55 +0300)
committerIan Lance Taylor <iant@golang.org>
Wed, 4 Nov 2015 15:41:25 +0000 (15:41 +0000)
commit8c827c045a0de36a7945cf33f3373f4b6a8a07cc
treeb6722b213a605d4381fbbcb46a5135b10dc96200
parent76811213d7f927c15220c91b4c47af7028af4f47
crypto/md5: uniform Write func

Unification of implementation of existing md5.Write function
with other implementations (sha1, sha256, sha512).

Change-Id: I58ae02d165b17fc221953a5b4b986048b46c0508
Reviewed-on: https://go-review.googlesource.com/16621
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/crypto/md5/md5.go