Home
last modified time | relevance | path

Searched refs:lenBytes (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DASN1Encoder.swift40 var lenBytes = byteArray(from: size) in contentLength() variable
41 while lenBytes.first == 0 { lenBytes.removeFirst() } in contentLength()
42 let len: UInt8 = 0x80 | UInt8(lenBytes.count) in contentLength()
43 return Data([len] + lenBytes) in contentLength()