Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move functionality to derive public keys from private keys into oscrypto
- keys.PrivateKeyInfo().unwrap() is now oscrypto.asymmetric.PrivateKey().unwrap() - keys.PrivateKeyInfo().public_key is now oscrypto.asymmetric.PrivateKey().public_key.unwrap() - keys.PrivateKeyInfo().public_key_info is now oscrypto.asymmetric.PrivateKey().public_key.asn1 - keys.PrivateKeyInfo().fingerprint is now oscrypto.asymmetric.PrivateKey().fingerprint - keys.PublicKeyInfo().unwrap() is now oscrypto.asymmetric.PublicKey().unwrap() - keys.PublicKeyInfo().fingerprint is now oscrypto.asymmetric.PublicKey().fingerprint
- Loading branch information