Instance Propertysoto-core 7.5.0SotoSignerV4
key
SigV4a.swift:25let key: P256.Signing.PrivateKey
let key: P256.Signing.PrivateKey
s12SotoSignerV413SigV4aKeyPairV3key6Crypto4P256O7SigningO07PrivateF0Vvp
What are these?1DZV1
import SotoSignerV4
struct SigV4aKeyPair
enum P256
An elliptic curve that enables NIST P-256 signatures and key agreement.
enum Signing
A mechanism used to create or verify a cryptographic signature using the NIST P-256 elliptic curve digital signature algorithm (ECDSA).
struct PrivateKey
A P-256 private key used to create cryptographic signatures.
init(credential: some Credential)
static func compareConstantTime(lhs: [UInt8], rhs: [UInt8]) -> Int8
static func makeDerivedKey(bytes: [UInt8]) throws -> DerivedKeyResult
func sign(_ string: String) throws -> String
enum DerivedKeyResult