Skip to content

Initializer

init(backing:)

Creates an ECDSA.PrivateKey instance from SwiftCrypto PrivateKey.
init(backing: some ECDSAPrivateKey) throws

Parameters

backing

The SwiftCrypto PrivateKey.

Discussion

Throws

If there is a problem parsing the private key.