crypto/internal/fips140/rsa.PublicKey.Size (method)
7 uses
crypto/internal/fips140/rsa (current package)
pkcs1v15.go#L75: k := pub.Size()
pkcs1v15.go#L111: if pub.Size() != len(sig) {
pkcs1v22.go#L306: if emLen, k := len(em), priv.pub.Size(); emLen < k {
pkcs1v22.go#L338: if len(sig) != pub.Size() {
pkcs1v22.go#L388: k := pub.Size()
pkcs1v22.go#L421: k := priv.pub.Size()
rsa.go#L21: func (pub *PublicKey) Size() int {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |