menu
crypto_wallet_util package
documentation
forked_lib.dart
Box
Box.new constructor
Box.new constructor
dark_mode
light_mode
Box
constructor
Box
(
Uint8List
_theirPublicKey
,
Uint8List
_mySecretKey
)
Implementation
Box(this._theirPublicKey, this._mySecretKey) { _nonce = 68; }
crypto_wallet_util package
documentation
forked_lib
Box
Box.new constructor
Box class