https://gitlab.com/tezos/tezos
Raw File
Tip revision: e3d3ca96d435b2baf59d8d36159172842fe2afa0 authored by Ole Krüger on 11 January 2024, 14:34:13 UTC
Draft: Immutable interface to mutable storage
Tip revision: e3d3ca9
pairing_check.tz
parameter (list (pair bls12_381_g1 bls12_381_g2));
storage (option bool);
code {CAR; PAIRING_CHECK; SOME; NIL operation; PAIR}
back to top