hmac_drgb 1.0.1 copy "hmac_drgb: ^1.0.1" to clipboard
hmac_drgb: ^1.0.1 copied to clipboard

dart implementation of [HMAC DRBG]. dart implementation of [HMAC DRBG].

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hmac_drgb

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

dependencies:
  hmac_drgb: ^1.0.1

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:hmac_drgb/hmac_drgb.dart';
2
likes
35
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

dart implementation of [HMAC DRBG]. dart implementation of [HMAC DRBG].

Homepage

License

MIT (license)

Dependencies

hash

More

Packages that depend on hmac_drgb