Skip to content

Commit

Permalink
Update src/pages/core/standard-library/cryptography/bls12-381.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Warta <[email protected]>
  • Loading branch information
aumetra and webmaster128 authored Jul 18, 2024
1 parent f4fbdb2 commit 760b433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/core/standard-library/cryptography/bls12-381.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ other components). They just have to somehow fit together.

## Verify on G1

Signature verification with public key in G1:

```rust filename="contract.rs" template="core"
#[cfg_attr(not(feature = "library"), entry_point)]
pub fn query(
Expand Down

0 comments on commit 760b433

Please sign in to comment.