Yi Ding

Results 14 issues of Yi Ding

I was looking for a not `%02x` way of converting binary to hex `String`, and I stumbled upon the implementation in `PrettyBytes.swift`. https://github.com/apple/swift-crypto/blob/9cc89f0170308b813af05dadcd26f9a2dee47713/Sources/Crypto/Util/PrettyBytes.swift#L45-L51 I'm not 100% sure about the `Sequence`...

### New API Proposal: AES-CBC #### Motivation: AES-GCM may be recommended for new applications, but AES-CBC is likely the most common (and vulnerability-free to-date) symmetric encryption in use. HLS streaming...

I was experimenting with sharing a single database between iOS app and app extensions, when I encountered an always reproducible crash. (It seems to reference https://github.com/symisc/unqlite/issues/135 but I haven't got...

🌈 * [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? Installed a Pod with `:configurations...