commit | f23aef828f9b715b20ed93bbb1041b215f97a2a2 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Mon Aug 05 14:22:57 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Mon Aug 05 14:22:57 2013 -0400 |
tree | 4018e70e54b1c8449911c9bbe785acf42a4ffc6d | |
parent | 16d76afb29e22303d6e11f9db51e796953447106 [diff] |
go.crypto/openpgp: test that hashes are compiled in before using them. Previously, if Encrypt decided to use a hash function that wasn't compiled in then it would panic. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12055043