all repos — captcha @ 6a5989d72f51dc85d9d6e2c6f0ee79cf675a3cfd

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Gofmt.
Dmitry Chestnykh dmitry@codingrobots.com
Sat, 25 Apr 2015 11:28:41 +0200
commit

6a5989d72f51dc85d9d6e2c6f0ee79cf675a3cfd

parent

1c861dea7609d13926fbbcf6faae8c078604a702

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M random.gorandom.go

@@ -78,7 +78,7 @@ }

if mod == 0 { panic("captcha: bad mod argument for randomBytesMod") } - maxrb := 255 - byte(256 % int(mod)) + maxrb := 255 - byte(256%int(mod)) b = make([]byte, length) i := 0 for {