Skip to content

Commit

Permalink
k256: fix comment (#929)
Browse files Browse the repository at this point in the history
Copy/paste where NIST P-256 wasn't changed to secp256k1
  • Loading branch information
tarcieri authored Oct 3, 2023
1 parent 1067d35 commit 57bbeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k256/src/ecdh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub use elliptic_curve::ecdh::diffie_hellman;

use crate::{AffinePoint, Secp256k1};

/// NIST P-256 Ephemeral Diffie-Hellman Secret.
/// secp256k1 Ephemeral Diffie-Hellman Secret.
pub type EphemeralSecret = elliptic_curve::ecdh::EphemeralSecret<Secp256k1>;

/// Shared secret value computed via ECDH key agreement.
Expand Down

0 comments on commit 57bbeb6

Please sign in to comment.