Merge remote-tracking branch 'rozbb/master' into develop

This commit is contained in:
Isis Lovecruft 2019-02-27 21:51:37 +00:00
commit 23e61b7063
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -25,6 +25,7 @@ use rand_core::CryptoRng;
/// A `PublicKey` is the corresponding public key converted from
/// an `EphemeralSecret` or a `StaticSecret` key.
#[derive(Copy, Clone, Debug)]
pub struct PublicKey(pub (crate) MontgomeryPoint);
impl From<[u8; 32]> for PublicKey {