randombytes

Creator: coderz1093

Last updated:

0 purchases

randombytes Image
randombytes Images
Add to Cart

Description:

randombytes

Usage #
A simple usage example:
import 'package:randombytes/randombytes.dart';

main() {
print('${randomBytes(20)}');
}
copied to clipboard
or:
import 'package:randombytes/randombytes.dart';

main() {
print('${randomBytes(20, secure: true)}');
}
copied to clipboard
Note that with [secure] enabled [randomBytes] is about 200~300 times slower.
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator