mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
fix formatting
This commit is contained in:
@@ -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].
|
||||||
|
|||||||
Reference in New Issue
Block a user