We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80c102 commit 4f0b9b5Copy full SHA for 4f0b9b5
crates/bitwarden-crypto/src/signing/mod.rs
@@ -1,6 +1,6 @@
1
/// Signing is domain-separated within bitwarden, to prevent cross protocol attacks.
2
///
3
-/// A new signed entity or protocol shall use a new signing namespace.
+/// A new signed entity or protocol shall use a new signing namespace.
4
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
5
pub enum SigningNamespace {
6
#[allow(dead_code)]
0 commit comments