chore: Remove unused type SymHash

This commit is contained in:
Karolin Varner
2025-06-01 19:00:44 +02:00
parent 9656fa7025
commit d9a6430472

View File

@@ -18,8 +18,6 @@ pub type ESk = Secret<{ EphemeralKem::SK_LEN }>;
/// Symmetric key
pub type SymKey = Secret<KEY_LEN>;
/// Symmetric hash
pub type SymHash = Public<KEY_LEN>;
/// Peer ID (derived from the public key, see the hash derivations in the [whitepaper](https://rosenpass.eu/whitepaper.pdf))
pub type PeerId = Public<KEY_LEN>;