Skip to content
MarcoDotIO edited this page Apr 25, 2023 · 1 revision

Extensions on Data

Initializers

init(hex:)

init(hex: String) 

Properties

bytes

var bytes: [UInt8] 

Methods

checksum()

Two octet checksum as defined in RFC-4880. Sum of all octets, mod 65536

func checksum() -> UInt16 

hexEncodedString()

func hexEncodedString() -> String 
Types
Protocols
Global Variables
Global Functions
Extensions
Clone this wiki locally