Fix BLS12_381.fp and BLS12_381.fr size in the docs (#377)

This commit is contained in:
Dincho Todorov 2022-04-27 17:10:56 +03:00 committed by GitHub
parent 8897cc6cbd
commit 85879f5380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1002,12 +1002,12 @@ Bitwise `xor` of _non-negative_ `x` and `y`.
#### Types #### Types
##### fp ##### fr
Built-in (Montgomery) integer representation 32 bytes Built-in (Montgomery) integer representation 32 bytes
##### fr ##### fp
Built-in (Montgomery) integer representation 48 bytes Built-in (Montgomery) integer representation 48 bytes
@ -1017,6 +1017,7 @@ Built-in (Montgomery) integer representation 48 bytes
record fp2 = { x1 : fp, x2 : fp }` record fp2 = { x1 : fp, x2 : fp }`
``` ```
##### g1 ##### g1
``` ```
record g1 = { x : fp, y : fp, z : fp } record g1 = { x : fp, y : fp, z : fp }