SyncServerII / ServerMain

Original code from https://github.com/crspybits/SyncServerII.git
MIT License
2 stars 0 forks source link

Need to put Hashing.hashOf in specific cloud storage libraries #2

Open crspybits opened 4 years ago

crspybits commented 4 years ago

E.g., so that when a new cloud storage library added, you add the hashing also. Currently, this is centralized in the server code in: Sources/Server/Account Specifics/Hashing.swift.

Note that this server-side hash generation is purely for testing purposes.