Scalarmult class abstract

A meta class that provides access to all libsodium scalarmult APIs.

This class provides the dart interface for the crypto operations documented in https://libsodium.gitbook.io/doc/advanced/scalar_multiplication. Please refer to that documentation for more details about these APIs.

Properties

bytes int
Provides crypto_scalarmult_BYTES.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalarBytes int
Provides crypto_scalarmult_SCALARBYTES.
no setter

Methods

base({required SecureKey n}) Uint8List
Provides crypto_scalarmult_base.
call({required SecureKey n, required Uint8List p}) SecureKey
Provides crypto_scalarmult.
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