menu
hashlib package
documentation
codecs.dart
ByteEncoder
ByteEncoder.new const constructor
ByteEncoder.new const constructor
dark_mode
light_mode
ByteEncoder
constructor
const
ByteEncoder
(
{
required
int
bits
,
})
Creates a new
ByteEncoder
instance.
Parameters:
bits
is bit-length of a single word in the output
Implementation
const ByteEncoder({ required this.bits, });
hashlib package
documentation
codecs
ByteEncoder
ByteEncoder.new const constructor
ByteEncoder class