Skip to content

Commit b429d5c

Browse files
committed
bn254: add test and doc
1 parent 0e637ae commit b429d5c

File tree

3 files changed

+406
-51
lines changed

3 files changed

+406
-51
lines changed

aptos-move/framework/aptos-stdlib/doc/bn254_algebra.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [Struct `FormatG2Compr`](#0x1_bn254_algebra_FormatG2Compr)
2424
- [Struct `Gt`](#0x1_bn254_algebra_Gt)
2525
- [Struct `FormatGt`](#0x1_bn254_algebra_FormatGt)
26+
- [Constants](#@Constants_0)
2627

2728

2829
<pre><code></code></pre>
@@ -515,5 +516,17 @@
515516

516517
</details>
517518

519+
<a id="@Constants_0"></a>
520+
521+
## Constants
522+
523+
524+
<a id="0x1_bn254_algebra_FQ_R_SERIALIZED"></a>
525+
526+
527+
528+
<pre><code><b>const</b> <a href="bn254_algebra.md#0x1_bn254_algebra_FQ_R_SERIALIZED">FQ_R_SERIALIZED</a>: <a href="../../move-stdlib/doc/vector.md#0x1_vector">vector</a>&lt;u8&gt; = [71, 253, 124, 216, 22, 140, 32, 60, 141, 202, 113, 104, 145, 106, 129, 151, 93, 88, 129, 129, 182, 69, 80, 184, 41, 160, 49, 225, 114, 78, 100, 48];
529+
</code></pre>
530+
518531

519532
[move-book]: https://aptos.dev/move/book/SUMMARY

0 commit comments

Comments
 (0)