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 aa7e9cc commit fa06505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ internal external interface Sha384 : BlockHash<Sha384>, MessageDigest<Sha384> {
}

/**
* Sha512 is an internal external interface that extends both BlockHash and MessageDigest interfaces.
* 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.
Expand Down

0 comments on commit fa06505

Please sign in to comment.