diff --git a/src/keys.rs b/src/keys.rs index 8224a1ca..6182fc42 100644 --- a/src/keys.rs +++ b/src/keys.rs @@ -865,7 +865,7 @@ impl EphemeralPublicKey { } } -/// A Sapling ephemeral public key that has been precomputed for trial decryption. +/// An Orchard ephemeral public key that has been precomputed for trial decryption. #[derive(Clone, Debug)] pub struct PreparedEphemeralPublicKey(PreparedNonIdentityBase);