Skip to content

Commit 1c3a625

Browse files
committed
fix typo
1 parent 8f662fe commit 1c3a625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hppk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ func verifySignature(sig *Signature, digest []byte, pub *PublicKey, prime *big.I
547547
}
548548

549549
// createCoPrimePair generates a pair of coprime numbers (R, S) greater than the given prime p.
550-
// The possibility or 2 random numbers being coprime is 6/pi^2
550+
// The possibility for 2 randomly choosen numbers to be coprime is 6/pi^2
551551
func createCoPrimePair(polyTerms int, p *big.Int) (R *big.Int, S *big.Int, err error) {
552552
one := big.NewInt(1)
553553

0 commit comments

Comments
 (0)