Skip to content

Commit c6e3661

Browse files
nadimkobeissibwesterb
authored andcommittedJul 9, 2023
Update doc.go
Fix typo.
1 parent afe0bef commit c6e3661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ecc/bls12381/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package bls12381 provides bilinear pairings using the BLS12-381 curve.
22
//
3-
// A pairing system consists of three groups G1 and G2 (adiitive notation) and
3+
// A pairing system consists of three groups G1 and G2 (additive notation) and
44
// Gt (multiplicative notation) of the same order.
55
// Scalars can be used interchangeably between groups.
66
//

0 commit comments

Comments
 (0)