menu
agent_dart package
documentation
principal/utils/sha256.dart
SHA256
toU8a method
toU8a method
dark_mode
light_mode
toU8a
method
Uint8List
toU8a
(
)
Implementation
Uint8List toU8a() { var bytes = _digest(); return Uint8List.fromList(bytes); }
agent_dart package
documentation
principal/utils/sha256
SHA256
toU8a method
SHA256 class