Auto-resolves FFI vs pure-Dart PQ backends; libcrypto probed once on first access.
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
- mlDsa65 → AtSignatureAlgorithm
-
ML-DSA-65 signing — FFI when available, else pure-Dart.
final
- xWing → AtKemAlgorithm
-
X-Wing hybrid KEM — FFI when available, else XWingPureDartAlgo.
final
Static Methods
-
aesGcm256(
AESKey key) → SymmetricEncryptionAlgorithm< Uint8List, Uint8List> - AES-256-GCM authenticated encryption — FFI when available, else pure-Dart.