Skip to content

Commit

Permalink
add description for bls
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkolegov committed Apr 5, 2024
1 parent 4019128 commit 7f16b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/libs/crypto/src/bls12_381/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! BLS12-381 signature scheme.
//! This module implements the BLS signature over the BLS12_381 curve.
//! This is just an adapter of `blst`, exposing zksync-bft-specific API.
use crate::ByteFmt;
Expand Down
2 changes: 1 addition & 1 deletion node/libs/crypto/src/bn254/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! BLS signature scheme for the BN254 curve.
//! This module implements the BLS signature over the BN254 curve.
//!
//! Disclaimer: the implementation of the pairing-friendly elliptic curve does not run in constant time,
//! hence it does not protect the secret key from side-channel attacks.
Expand Down

0 comments on commit 7f16b09

Please sign in to comment.