Process-wide registry for the active PqClassicalProvider.
Register a native backend once at startup, before any hybrid crypto:
PqClassical.provider = MyAwsLcClassicalProvider(); // validated by the 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 ↔ PqClassicalProvider
-
The backend the byte-oriented classical operations 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.