jgit/org.eclipse.jgit.lfs.test
Matthias Sohn 536db18cc6 Implement SHA-256 abstraction
The Large File Storage extension specified by GitHub [1] uses SHA-256 to
compute the ID of large files stored by the extension. Hence implement a
SHA-256 abstraction similar to the SHA-1 abstraction used by JGit.

[1] https://git-lfs.github.com/

Bug: 470333
Change-Id: I3a95954543c8570d73929e55f4a884b55dbf1b7a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-02-04 17:49:42 +01:00
..
.settings Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
META-INF Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
src/org/eclipse/jgit/lfs/test Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
tst/org/eclipse/jgit/lfs/lib Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
.classpath Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
.gitignore Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
.project Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
BUCK Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
build.properties Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
plugin.properties Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00
pom.xml Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00