ergoplatform / ergo-appkit

Appkit: A Library for Java/Scala/Kotlin Development of Ergo Applications
MIT License
38 stars 27 forks source link

Make verifySignature static on ErgoProver #148

Closed MrStahlfelge closed 2 years ago

MrStahlfelge commented 2 years ago

verifying a signature is independant from actual prover and doesn't need any secrets, so this changes the code towards being usable without constructing a prover holding secrets.