Initializer
init(backing:)
Creates an
ECDSA.PrivateKey instance from SwiftCrypto PrivateKey.init(backing: some ECDSAPrivateKey) throws
Parameters
backingThe SwiftCrypto PrivateKey.
Discussion
Throws
If there is a problem parsing the private key.