Data vs [UInt8] #38
dimitribouniol
started this conversation in
General
Replies: 1 comment
-
Yeah I'm happy to migrate to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like
Data
and[UInt8]
byte arrays are applied rather inconsistently. Would we be opposed to unifying under[UInt8]
arrays and slices whenever possible, only wrapping toData
whenCryptoKit
orJSONEncoder
/JSONDecoder
require it? Happy to submit PRs for this.Beta Was this translation helpful? Give feedback.
All reactions