Skip to content

dartsnipp/dart-cryptoutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

A small utility library for crypto. It declares a class names CryptoUtils which can replace the one in package:crypto. It includes the few methods this class provides.

I created this library because I had a bunch of crypto-related utility functions that I used across different projects and wanted to avoid code duplication.

If you have other crypto-related code you don't want to duplicate, feel free to include it and file a PR.

Currently it includes:

  • all the methods CryptoUtils from package:crypto
  • a Codec (including separate encoder and decoder classes) for the following encidongs:
  • an abstract class Hash and several fixed-sized hash classes, Hash128, Hash160, Hash256, Hash512

About

A crypto utility library for Dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.9%
  • Shell 2.1%