diff options
-rw-r--r-- | lib/rsa.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ func (r *RSAPub) Encrypt(msg []byte) []byte { } func (r *RSAPub) E() *big.Int { - return r.n + return r.e } func (r *RSAPub) N() *big.Int { |
index : cryptopals | ||
cryptopals challenges (wip) | siddharth |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | lib/rsa.go | 2 |
@@ -139,7 +139,7 @@ func (r *RSAPub) Encrypt(msg []byte) []byte { } func (r *RSAPub) E() *big.Int { - return r.n + return r.e } func (r *RSAPub) N() *big.Int { |