Reviewers: golang-dev1,
Message:
Hello
golan...@googlegroups.com (cc:
a...@golang.org),
I'd like you to review this change to
https://code.google.com/p/go
Description:
rsa: Implementation of RSASSA-PSS signature algorithm and its
corresponding test cases
Implementation of RSASSA-PSS signature algorithm described in RFC 3447
and its corresponding test cases.
There are two test files:
- emsa_test.go: Test on EMSA-PSS encoding/decoding scheme
- pssvect_test.go: Test on the signature algorithm itself. All cases are
generated from the test vectors provided by RSA Lab, which can be
downloaded from
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip
Please review this at
https://codereview.appspot.com/9438043/
Affected files:
A src/pkg/crypto/rsa/emsa_test.go
A src/pkg/crypto/rsa/pss.go
A src/pkg/crypto/rsa/pssvect_test.go