Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjackson/jdigest
https://github.com/anjackson/jdigest
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anjackson/jdigest
- Owner: anjackson
- Created: 2011-12-05T16:47:00.000Z (almost 13 years ago)
- Default Branch: fewer-options
- Last Pushed: 2011-12-05T22:07:41.000Z (almost 13 years ago)
- Last Synced: 2023-04-17T16:06:15.815Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JDigest
=======A fork of the JDigest application from http://code.google.com/p/jdigest/
The idea is to strip this down further, generating manifests in a canonical format:
* Use SHA-256 only.
* Use UTF-8 only.
* Use UNIX-style relative pathnames (i.e. forward slashes for the directory separator).
* Use binary-mode and indicate this in the standard way, with an asterisk.
* Use a file name 'manifest.sha256' for the manifest, by default.