dropbox / dropbox-api-content-hasher

Code to compute the Dropbox API's "content_hash"
Other
68 stars 30 forks source link

Swift Implementation of Dropbox Content Hash #16

Open KritR opened 1 year ago

KritR commented 1 year ago

I was recently working on an app to check my local photos against the content hashes of those in Dropbox and had to implement this in Swift. Thought I might contribute this back for reference.

greg-db commented 1 year ago

Thanks for sharing this!