Skip to content

Commit

Permalink
runtime: update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Jan 18, 2023
1 parent 9a6442b commit efe4522
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 229 deletions.
4 changes: 2 additions & 2 deletions contracts/contracts/Sapphire.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ library Sapphire {
// Ed25519 signature over the provided prehashed SHA-512 digest.
Ed25519PrehashedSha512,
// Secp256k1 signature over the provided message using SHA-512/256 with a domain separator.
// Ccan be used to sign transactions for the Oasis consensus layer and SDK paratimes.
// Can be used to sign transactions for the Oasis consensus layer and SDK paratimes.
Secp256k1Oasis,
// Secp256k1 over the provided Keccak256 digest.
// Ccan be used to sign transactions for Ethereum-compatible networks.
// Can be used to sign transactions for Ethereum-compatible networks.
Secp256k1PrehashedKeccak256,
// Secp256k1 signature over the provided SHA-256 digest.
Secp256k1PrehashedSha256,
Expand Down
Loading

0 comments on commit efe4522

Please sign in to comment.