From 00ab93fc4baa6924756734fc76852a689d082dd4 Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Tue, 15 Aug 2023 17:06:52 -0400 Subject: [PATCH] updated domain specifier --- src/p384.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p384.rs b/src/p384.rs index d41262a..b30bd77 100644 --- a/src/p384.rs +++ b/src/p384.rs @@ -24,7 +24,7 @@ use zerotier_crypto_glue::p384::*; use crate::{base24, base62}; use crate::{ADDRESS_ERR, IDENTITY_ERR}; -const IDENTITY_DOMAIN: &[u8] = b"identity_subkeys"; +const IDENTITY_DOMAIN: &[u8] = b"identity_subkeys_p384"; // Implementation note: the addresses use u64 arrays that are actually treated as flat byte // array memory arenas in order to optimize for fast lookup when these are used as map keys.