chronicleprotocol / scribe

Extremely performant EVM oracle utilizing aggregated Schnorr signatures
Other
53 stars 6 forks source link

Where can I find the contents for `bin/`? #43

Closed StackOverflowExcept1on closed 3 months ago

StackOverflowExcept1on commented 3 months ago

Note that in order to run the whole test suite, i.e. including differential fuzz tests, the oracle-suite's musig schnorr binary needs to be present inside the bin/ directory.

https://github.com/chronicleprotocol/musig/tree/master/cmd/schnorr is removed or moved?

pmerkleplant commented 3 months ago

The musig implementation is currently closed-source as it got tightly integrated with Chronicle Protocol's validator software. However, a cryptographic functional equivalent implementation in Solidity is provided here.

Note that there are multiple other, eventhough slightly different, Schnorr implementations in go, see eg bytemare.