package
0.0.0-20241007185508-adbe57025f12
Repository: https://github.com/smartcontractkit/libocr.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
XXXEncryptSharedSecret constructs a SharedSecretEncryptions from a set of SharedSecretEncryptionPublicKeys, the sharedSecret, and a cryptographic randomness source.
XXXEncryptSharedSecretInternal constructs a SharedSecretEncryptions from a set of SharedSecretEncryptionPublicKeys, the sharedSecret, and an ephemeral secret key sk.
# Structs
No description provided by the author
PublicConfig is the configuration disseminated through the smart contract It's public, because anybody can read it from the blockchain.
SharedConfig is the configuration shared by all oracles running an instance of the protocol.
SharedSecretEncryptions is the encryptions of SharedConfig.SharedSecret, using each oracle's SharedSecretEncryptionPublicKey.