menu
pure_dart_quic package
documentation
cipher/cert_utils.dart
bigIntToUint8List function
bigIntToUint8List function
dark_mode
light_mode
bigIntToUint8List
function
Uint8List
bigIntToUint8List
(
BigInt
bigInt
)
Implementation
Uint8List bigIntToUint8List(BigInt bigInt) => bigIntToByteData(bigInt).buffer.asUint8List();
pure_dart_quic package
documentation
cipher/cert_utils
bigIntToUint8List function
cert_utils library