cryptoutils 0.1.1 cryptoutils: ^0.1.1 copied to clipboard
A crypto utility library.
A small utility library for crypto. It declares a class names CryptoUtils
which can replace the one in dart:crypto
. It includes the few methods this class provides.
Currently it only contains several usage methods and Hash
classes for generic use.