Skip to main content

IBls12381PublicKey

Namespace: IotaSdk

A bls12381 min-sig public key.

BCS

The BCS serialized form for this type is defined by the following ABNF:

bls12381-public-key = %d96 96OCTET

Due to historical reasons, even though a min-sig Bls12381PublicKey has a fixed-length of 96, IOTA's binary representation of a min-sig Bls12381PublicKey is prefixed with its length meaning its serialized binary form (in bcs) is 97 bytes long vs a more compact 96 bytes.

public interface IBls12381PublicKey : System.IEquatable`1[[IotaSdk.Bls12381PublicKey, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<Bls12381PublicKey>
Attributes NullableContextAttribute

Methods

ToBytes()

Byte[] ToBytes()

Returns

Byte[]