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 80e1df8 commit f4fbdb2
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 @@ -42,6 +42,8 @@ pub fn query(

## Verify on G2

Signature verification with public key in G2 (See https://hackmd.io/@benjaminion/bls12-381#Verification in combination with https://hackmd.io/@benjaminion/bls12-381#Swapping-G1-and-G2):

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

0 comments on commit f4fbdb2

Please sign in to comment.