Enumerationsoto-core 7.5.0SotoSignerV4
DerivedKeyResult
SigV4a.swift:115enum DerivedKeyResult
enum DerivedKeyResult
import SotoSignerV4
struct SigV4aKeyPair
case success(P256.Signing.PrivateKey)
case nextCounter
init(credential: some Credential)
static func compareConstantTime(lhs: [UInt8], rhs: [UInt8]) -> Int8
static func makeDerivedKey(bytes: [UInt8]) throws -> DerivedKeyResult
let key: P256.Signing.PrivateKey
func sign(_ string: String) throws -> String