Contents

kSecInputIsRaw

The input is raw.

Declaration

let kSecInputIsRaw: CFString

Discussion

Using this type of input can be cryptographically unsafe (for example if you don’t blind a DSA or ECDSA signature you give away the key very quickly). You are strongly discouraged from using it..