LogoLogo
WebsiteDiscordTelegramX (Twitter)
  • About LightLink
    • What is LightLink?
    • Low Gas Fees
    • Enterprise Mode With Zero Fees
    • Benefits of Enterprise Mode
  • Using LightLink
    • Connecting a Wallet
    • Adding LL Tokens to Your Wallet
    • Bridging Assets
    • Getting Testnet Tokens
    • Use Cases
  • Building on LightLink
    • Live Networks
    • EVM and Solidity Basics
    • Smart Contracts
    • Boneh-Lynn-Shacham Signatures (BLS)
    • JSON-RPC Specification
    • Enterprise Mode Overview
    • Enabling Enterprise Mode
    • Developer AI Support
  • Tools for Developers
    • Bolt for Gasless NFT Minting
    • Block Explorers
    • Clients
    • IDEs
    • Toolchains
    • Data Indexers
    • Oracles and Random Number Generators
    • Deployed Contracts
    • SPACE ID Web3 Name SDK
  • Achitecture & Design
    • LightLink Protocol: Deep Dive
    • Bridge Architecture
    • Live Contracts Addresses
  • Miscellaneous
    • Brand Assets
    • Security Audits
    • Ecosystem Growth Program
Powered by GitBook
On this page
  1. Building on LightLink

Boneh-Lynn-Shacham Signatures (BLS)

PreviousSmart ContractsNextJSON-RPC Specification

Last updated 11 months ago

BLS (Boneh-Lynn-Shacham) is a cryptographic signature scheme that allows a user to verify the authenticity of the signer. This process utilizes bilinear pairings and elliptic curves to generate and aggregate signatures for blocks and transactions. BLS enables the protocol to combine multiple signatures into one while maintaining the traceability of the original signatures.

BLS is used for signing the Replicator nodes' proofs for transactions and blocks. The aggregation of signatures helps save block space, reduces time, and decreases the computational power required to validate the necessary number of proofs. This efficiency allows LightLink to operate with a 500 ms block time and approximately $0.01 per transaction fee.

LightLink supports the most popular curves for BLS, including:

  • ecrecover

  • sha256hash

  • ripemd160hash

  • dataCopy

  • bigModExp

  • bn256AddIstanbul

  • bn256ScalarMulIstanbul

  • bn256PairingIstanbul

  • blake2F

Learn more about .

BLS usage in L2s