Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objcio/md5
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/objcio/md5
- Owner: objcio
- Created: 2019-07-17T07:57:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T08:13:23.000Z (over 5 years ago)
- Last Synced: 2024-12-20T13:55:59.578Z (20 days ago)
- Language: Swift
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MD5
This wraps CommonCrypto (on Mac) and OpenSSL (on Linux) to provide an `md5()` method on `Data` and `UnsafeRawBufferPointer`.