fix formatting

This commit is contained in:
David Niehues
2024-12-10 11:28:21 +01:00
parent be06f8adec
commit a789f801ab
7 changed files with 25 additions and 29 deletions

View File

@@ -97,9 +97,7 @@ impl HashDomain {
} }
} }
impl HashDomainNamespace { impl HashDomainNamespace {
/// Creates a new [HashDomain] by mixing in a new key `v`. Specifically, /// Creates a new [HashDomain] by mixing in a new key `v`. Specifically,
/// it evaluates [hash::hash] with the key of this HashDomainNamespace key as the key and `v` /// it evaluates [hash::hash] with the key of this HashDomainNamespace key as the key and `v`
/// as the `data` and uses the result as the key for the new [HashDomain]. /// as the `data` and uses the result as the key for the new [HashDomain].
@@ -120,7 +118,6 @@ impl HashDomainNamespace {
} }
impl SecretHashDomain { impl SecretHashDomain {
/// Create a new [SecretHashDomain] with the given key `k` and data `d` by calling /// Create a new [SecretHashDomain] with the given key `k` and data `d` by calling
/// [hash::hash] with `k` as the `key` and `d` s the `data`, and using the result /// [hash::hash] with `k` as the `key` and `d` s the `data`, and using the result
/// as the content for the new [SecretHashDomain]. /// as the content for the new [SecretHashDomain].
@@ -181,7 +178,6 @@ impl SecretHashDomain {
} }
impl SecretHashDomainNamespace { impl SecretHashDomainNamespace {
/// Creates a new [SecretHashDomain] by mixing in a new key `v`. Specifically, /// Creates a new [SecretHashDomain] by mixing in a new key `v`. Specifically,
/// it evaluates [hash::hash] with the key of this HashDomainNamespace key as the key and `v` /// it evaluates [hash::hash] with the key of this HashDomainNamespace key as the key and `v`
/// as the `data` and uses the result as the key for the new [HashDomain]. /// as the `data` and uses the result as the key for the new [HashDomain].