menu
paseto_dart package
documentation
chacha20/chacha20_pointycastle.dart
StreamCipher
returnByte abstract method
returnByte abstract method
dark_mode
light_mode
returnByte
abstract method
int
returnByte
(
int
inp
)
Process one byte of data given by
inp
and return its encrypted value.
Implementation
int returnByte(int inp);
paseto_dart package
documentation
chacha20/chacha20_pointycastle
StreamCipher
returnByte abstract method
StreamCipher class