Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/rsa: comment typo in rsa.go #696

Closed
gopherbot opened this issue Mar 27, 2010 · 1 comment
Closed

crypto/rsa: comment typo in rsa.go #696

gopherbot opened this issue Mar 27, 2010 · 1 comment

Comments

@gopherbot
Copy link

by nszabolcs:

s/contanst/constant/  at line 403


diff -r 64ae81520c6c src/pkg/crypto/rsa/rsa.go 
--- a/src/pkg/crypto/rsa/rsa.go>Fri Mar 26 23:27:24 2010 -0700 
+++ b/src/pkg/crypto/rsa/rsa.go>Sat Mar 27 21:57:08 2010 +0100
@@ -400,7 +400,7 @@
 
        lHash2 := db[0:hash.Size()]
 
-       // We have to validate the plaintext in contanst time in order to
avoid 
+       // We have to validate the plaintext in constant time in order to
avoid 
        // attacks like: J. Manger. A Chosen Ciphertext Attack on RSA Optimal 
        // Asymmetric Encryption Padding (OAEP) as Standardized in PKCS #1 
        // v2.0. In J. Kilian, editor, Advances in Cryptology.
@adg
Copy link
Contributor

adg commented Mar 29, 2010

Comment 1:

Status changed to Fixed.

@mikioh mikioh changed the title comment typo in crypto/rsa/rsa.go crypto/rsa: comment typo in rsa.go Jan 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants