aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/sha1/SHA1Test.java
Commit message (Expand)AuthorAgeFilesLines
* Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-151-10/+59
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-7/+7
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-7/+7
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-7/+7
* SHA-1: collision detection supportShawn Pearce2017-02-281-0/+111
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-0/+15
* Pure Java SHA-1Shawn Pearce2017-02-261-0/+112