cipher/ecdsa library

Functions

ecdsaSign(List<int> privateKeyBytes, List<int> hash) List<int>
ecdsaVerify(List<int> publicKeyBytes, List<int> hash, List<int> signatureBytes) bool
ecdsaVerify2(List<int> publicKeyBytes, List<int> hash, List<int> signatureBytes) bool
main() → void