Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 690 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 690 Bytes

Stark Bank Utils Executable

Overview

This is an Ecdsa Library using the Dotnet framework compiled as an executable.

Sample Code

Generate a random private key in secret format (BigInteger in a string format)

generatePrivateKeySecret

Generate a private key in secret format (BigInteger in a string format) from a secret string

getSecretFromString secretString

Generate a public key in PEM format from a private key in secret format (BigInteger in a string format)

getPublicKeyFromSecret secret

Sign a string message using a private key in secret format (BigInteger in a string format)

sign message secret