We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6492a commit 7a6da55Copy full SHA for 7a6da55
packages/vm/src/imports.rs
@@ -253,7 +253,7 @@ const BLS12_381_AGGREGATE_SUCCESS: u32 = 0;
253
/// Return code (error code) for success when hashing to the curve
254
const BLS12_381_HASH_TO_CURVE_SUCCESS: u32 = 0;
255
256
-/// Maximum size of continous points passed to aggregate functions
+/// Maximum size of continuous points passed to aggregate functions
257
const BLS12_381_MAX_AGGREGATE_SIZE: usize = 2 * MI;
258
259
/// Maximum size of the message passed to the hash-to-curve functions
0 commit comments