frosty 1.1.0
frosty: ^1.1.0 copied to clipboard
FROST threshold Schnorr signatures using an underlying Rust library
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");
}