1
0
Fork 0
forked from fun/fun

Just a typo fix. (0.12.2)

This commit is contained in:
Johannes Findeisen 2025-09-29 09:57:54 +02:00
commit d3e58d880a
2 changed files with 2 additions and 2 deletions

View file

@ -312,7 +312,7 @@ class SHA256()
i = i + 1
return out
// Hash raw string bytes (printable ASCII). Example: sha512_str("616263") -> ee2109...
// Hash raw string bytes (printable ASCII). Example: sha256_str("616263") -> ee2109...
fun sha256_str(this, str)
bytes = this.string_to_bytes_ascii(str)
digest = this.sha256_bytes(bytes)