Skip to content

Commit

Permalink
Update apollo/src/jsMain/kotlin/io/iohk/atala/prism/apollo/hashing/ex…
Browse files Browse the repository at this point in the history
…ternal/HashJS.kt
  • Loading branch information
petevielhaber authored Dec 19, 2023
1 parent d6baf40 commit 77b087f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ internal external interface Sha384 : BlockHash<Sha384>, MessageDigest<Sha384> {
* SHA512 is an internal external interface that extends both BlockHash and MessageDigest interfaces.
* It represents the SHA-512 hash algorithm.
*
* Please note that this documentation only focuses on the specific properties and methods provided by the Sha512 interface.
* Please note that this documentation only focuses on the specific properties and methods provided by the SHA512 interface.
*
* @see BlockHash
* @see MessageDigest
Expand Down

0 comments on commit 77b087f

Please sign in to comment.