From 85879f53809b120084804fcb8625f29689244a48 Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Wed, 27 Apr 2022 17:10:56 +0300 Subject: [PATCH] Fix BLS12_381.fp and BLS12_381.fr size in the docs (#377) --- docs/sophia_stdlib.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index f1f18de..d0c5de3 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -1002,12 +1002,12 @@ Bitwise `xor` of _non-negative_ `x` and `y`. #### Types -##### fp +##### fr Built-in (Montgomery) integer representation 32 bytes -##### fr +##### fp Built-in (Montgomery) integer representation 48 bytes @@ -1017,6 +1017,7 @@ Built-in (Montgomery) integer representation 48 bytes record fp2 = { x1 : fp, x2 : fp }` ``` + ##### g1 ``` record g1 = { x : fp, y : fp, z : fp }