Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/api-reference/serde.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ See [`HashAlgorithm`] for a list of supported algorithms.
### hmac

Hashes the given message using HMAC with the given secret
and algorithm, returning the hash as a base64 string.
and algorithm, returning the hash as a hex string.

See [`HashAlgorithm`] for a list of supported algorithms.

Expand All @@ -139,7 +139,7 @@ See [`HashAlgorithm`] for a list of supported algorithms.

#### Returns

- The hash as a base64 string
- The hash as a hex string

---

Expand Down