frosty 1.1.0 copy "frosty: ^1.1.0" to clipboard
frosty: ^1.1.0 copied to clipboard

FROST threshold Schnorr signatures using an underlying Rust library

example/frosty_example.dart

import 'package:coinlib/coinlib.dart';
import 'package:frosty/frosty.dart';

void main() async {
  await loadFrosty();
  final id = bytesToHex(Identifier.fromSeed("hello").toBytes());
  print("Example Identifier = $id");
}
0
likes
120
points
267
downloads

Publisher

verified publisherpeercoin.net

Weekly Downloads

FROST threshold Schnorr signatures using an underlying Rust library

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

coinlib, ffi, flutter_rust_bridge, freezed_annotation, path

More

Packages that depend on frosty