menu
idena_lib_dart package
documentation
pubdev/tweetnacl/tweetnacl_base.dart
Box
Box constructor
Box constructor
dark_mode
light_mode
Box
constructor
Box
(
Uint8List
_theirPublicKey
,
Uint8List
_mySecretKey
)
Implementation
Box(this._theirPublicKey, this._mySecretKey) { _nonce = 68; }
idena_lib_dart package
documentation
pubdev/tweetnacl/tweetnacl_base
Box
Box constructor
Box class