Contents

init(rawRepresentation:)

Creates a P-256 digital signature from a raw representation.

Declaration

init<D>(rawRepresentation: D) throws where D : DataProtocol

Parameters

  • rawRepresentation:

    A raw representation of the signature as a collection of contiguous bytes.

See Also

Creating a signature