cginternals / cginternals/cppfs
Remove sha1 and base64 functions
Open
decision required
- Dominant language
- C++
- Stars
- 514
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Having sha1 requires dependency on OpenSSL when it is not necessary. A filesystem library should ONLY provide the basic functionality to traverse folders, and provide means to read/write to file streams. Nothing more.
Hash/base64 etc. can, and should, be provided outside the library.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.