Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj committed Oct 10, 2024
1 parent 35c33e0 commit 98a4f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public struct UncompressedG1 {}
// https://docs.rs/bls12_381/latest/bls12_381/notes/serialization/index.html for details.
// GT is encoded using big-endian byte order and points are uncompressed and not intended
// to be deserialized.
// UncompressedG1 elements are G1 elements in uncompressed. They are larger but faster to
// UncompressedG1 elements are G1 elements in uncompressed form. They are larger but faster to
// use since they do not have to be uncompressed before use. They can not be constructed
// on their own but have to be created from G1 elements.

Expand Down

0 comments on commit 98a4f06

Please sign in to comment.