Anindya Maiti 10 months ago
parent
commit
a10a38055c
  1. 2
      rsa/rsa-encrypt-sign.go

2
rsa/rsa-encrypt-sign.go

@ -43,7 +43,7 @@ func main() {
fmt.Println("Bob's Public key ", bobPublicKey) fmt.Println("Bob's Public key ", bobPublicKey)
fmt.Println() fmt.Println()
message := []byte("first rule of cs5970 is that you tell everyone about cs5970") message := []byte("first rule of cs5833 is that you tell everyone about cs5833")
label := []byte("") label := []byte("")
hash := sha256.New() hash := sha256.New()

Loading…
Cancel
Save