BLS12381G2Chained

Original chained scheme (2018-present)

  • Curve: BLS12-381

  • Groups: G1 keys (48 bytes), G2 signatures (96 bytes)

  • Digest: SHA256(prevSig || round)

  • NOT compatible with timelock encryption

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: String

Functions

Link copied to clipboard
open override fun verifyBLSSignature(publicKey: ByteArray, message: ByteArray, signature: ByteArray): Result<Boolean>

Verifies a BLS signature for this scheme. Each scheme knows which platform verification function to call.