bithovin 2024.106.1010001 copy "bithovin: ^2024.106.1010001" to clipboard
bithovin: ^2024.106.1010001 copied to clipboard

Various cryptographic tools with special focus on Bitcoin.

Bithovin #

Secp256k1 #

var data = utf8.encode('Hello from dart secp256k1!');
var privateKey = Secp256k1PrivateKey.generateNew().printed(name: "privateKey");
var signature = privateKey.sign(data).printed(name: "signature");
var publicKey = privateKey.getPublicKey().printed(name: "publicKey");
var verified = publicKey.verify(data, signature).printed(name: "verified");
    
expect(verified, true);
1
likes
135
points
40
downloads

Publisher

verified publisheregortarasov.com

Weekly Downloads

Various cryptographic tools with special focus on Bitcoin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

pointycastle

More

Packages that depend on bithovin