Skip to content

Commit

Permalink
added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Oct 20, 2023
1 parent 506c268 commit 193b634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/don/evm_keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"github.com/ethereum/go-ethereum/crypto/secp256k1"
)

// NOTE: was copied from github.com/smartcontractkit/libocr

var curve = secp256k1.S256()

func RawReportContext(repctx ReportContext) [3][32]byte {
Expand Down
2 changes: 2 additions & 0 deletions examples/don/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"fmt"
)

// NOTE: was copied from github.com/smartcontractkit/libocr

// OracleID is an index over the oracles, used as a succinct attribution to an
// oracle in communication with the on-chain contract. It is not a cryptographic
// commitment to the oracle's private key, like a public key is.
Expand Down

0 comments on commit 193b634

Please sign in to comment.