keccak 1.0.3 copy "keccak: ^1.0.3" to clipboard
keccak: ^1.0.3 copied to clipboard

pre-NIST Dart implementation of keccak used by cryptocurrencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keccak

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  keccak: ^1.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:keccak/keccak.dart';
1
likes
40
pub points
11%
popularity

Publisher

unverified uploader

pre-NIST Dart implementation of keccak used by cryptocurrencies.

Repository (GitHub)
View/report issues

License

AGPL-3.0 (LICENSE)

Dependencies

convert

More

Packages that depend on keccak