digital_sign 0.1.0 copy "digital_sign: ^0.1.0" to clipboard
digital_sign: ^0.1.0 copied to clipboard

Digital Signature library with asymmetric private-public key cryptography. Hope for a plugin base.

example/digital_sign_example.dart

import 'package:digital_sign/digital_sign.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Digital Signature library with asymmetric private-public key cryptography. Hope for a plugin base.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, crypto

More

Packages that depend on digital_sign