Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert bytes directly to Data instead of UnsafePointer API (#83)
* Convert bytes directly to Data instead of UnsafePointer API Using a pointer to an array created via the UnsafePointer initializer is undefined and isn't guaranteed to be valid. * Use non-deprecated initializer for Data
- Loading branch information