From 2da1198ac604ba07bfda3ea7cb3f76165838c601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 11 Feb 2024 18:55:22 +0200 Subject: [PATCH] Update FNV32a.md: new-in 0.98.0 --- content/en/functions/crypto/FNV32a.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/functions/crypto/FNV32a.md b/content/en/functions/crypto/FNV32a.md index eda303e62..c1e04183d 100644 --- a/content/en/functions/crypto/FNV32a.md +++ b/content/en/functions/crypto/FNV32a.md @@ -15,6 +15,8 @@ action: aliases: [/functions/crypto.fnv32a] --- +{{< new-in 0.98.0 >}} + This function calculates the 32-bit [FNV1a hash](https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash) of a given string according to the [specification](https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-12): ```go-html-template