1
0
mirror of https://github.com/golang/go synced 2024-11-22 08:34:40 -07:00
The Go programming language
Go to file
Adam Langley bcce2987e0 crypto/rsa: fix blinding when using a null random source.
For testing it can be useful to use a null random source (one which
always returns zero) to remove non-determinism from the tests.
However, when performing RSA blinding, the random blind ends up being
zero and it's hard to reverse a multiplication by zero.

R=rsc
CC=go-dev
http://go/go-review/1018033
2009-11-03 17:23:50 -08:00
doc remove gccgo restriction with respect to blank identifiers 2009-11-03 15:10:52 -08:00
include support for 5.out files 2009-10-19 22:33:56 -07:00
lib - show recursive package directory structure in package pages 2009-11-02 22:44:01 -08:00
misc go-mode for Emacs. This provides basic syntax highlighting 2009-10-22 08:54:26 -07:00
pkg more description 2009-10-15 23:08:46 -07:00
src crypto/rsa: fix blinding when using a null random source. 2009-11-03 17:23:50 -08:00
test Set LANG to control sorting. This affects the order in which 2009-11-02 13:17:12 -08:00
.hgignore more file patterns to ignore 2009-11-01 05:20:30 -08:00
AUTHORS more explanatory text 2009-10-15 16:51:53 -07:00
CONTRIBUTORS more explanatory text 2009-10-15 16:51:53 -07:00
favicon.ico add a favicon plus a couple of hi-res versions of gordon 2009-10-26 10:13:07 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00