From d5e6fdbd7b64a448cf1f7268163472dcb24c7b53 Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Tue, 15 Aug 2023 17:06:13 -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 c2fc9a5..d41262a 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"zerotier_p384_identity"; +const IDENTITY_DOMAIN: &[u8] = b"identity_subkeys"; // 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.