G1Element class

An instance of G1Element.

Annotations

Constructors

G1Element.fromBytes({required Uint8List data})
Create a G1Element instance from data.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fingerprint() int
Get a fingerprint for a G1Element instance.
free() → void
Release a G1Element instance from memory.
hexString() String
Hex representation of G1Element instance.
isValid() bool
Check if instance is valid G1Element or not.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Uint8List
Serialize a G1Element instance into list of bytes.
toString() String
A string representation of this object.
inherited

Operators

operator *(PrivateKey pk) G1Element
Multiply an instance with PrivateKey.
operator +(G1Element g1) G1Element
Add an instance to another G1Element.
operator ==(Object other) bool
The equality operator.
override