menu
agent_dart package
documentation
principal/utils/sha224.dart
SHA224
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/sha224
SHA224
toU8a method
SHA224 class