refactor: Change config private key type to K256Secret #30

Manually merged
awiteb merged 4 commits from awiteb/config-private-key-type into master 2024-07-24 00:20:19 +02:00 AGit
Showing only changes of commit 470fd6c015 - Show all commits

View file

@ -72,6 +72,7 @@ type HmacSha256 = hmac::Hmac<sha2::Sha256>;
/// An wrapper around the k256 crate to provide a simple API for ecdh key /// An wrapper around the k256 crate to provide a simple API for ecdh key
/// exchange and keypair generation. /// exchange and keypair generation.
#[derive(Clone)]
pub struct K256Secret { pub struct K256Secret {
/// The private key scalar /// The private key scalar
scalar: NonZeroScalar, scalar: NonZeroScalar,