Skip to content

Commit

Permalink
contracts: fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Oct 31, 2023
1 parent c5adf0e commit 56b1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/Sapphire.sol
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function sha512(bytes memory input) view returns (bytes memory output) {
* Hash the input data with SHA-384
*
* @custom:standard https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf
* @custom:see @oasisprotocol/oasis-sdk :: precompile/sha512.rs :: call_sha512
* @custom:see @oasisprotocol/oasis-sdk :: precompile/sha2.rs :: call_sha384
* @param input Bytes to hash
* @return output 48 byte digest
*/
Expand Down

0 comments on commit 56b1f3e

Please sign in to comment.