PqLattice class abstract final

Process-wide registry for the active PqLatticeProvider.

Register a native backend once at startup, before any crypto:

PqLattice.provider = MyPqCleanFfiProvider(); // validated by the conformance harness

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

provider PqLatticeProvider
The backend all lattice primitives currently delegate to. Defaults to the built-in pure-Dart provider; assign a native backend at startup.
getter/setter pair

Static Methods

useDefault() → void
Restores the built-in pure-Dart backend.