r

recMD5

A recoverable md5 algorithm. Creates an MD5 that can be restarted without reading the entire input again.
https://github.com/moaxcp/recMD5
MIT License
John Mercier
Files download
File Operation
recMD5-1.0.1.jar download
recMD5-1.0.1.pom download
recMD5-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.moaxcp</groupId>
  <artifactId>recMD5</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.moaxcp:recMD5:1.0.1'
Gradle Kotlin
implementation("com.github.moaxcp:recMD5:1.0.1")
Scala SBT
libraryDependencies += "com.github.moaxcp" % "recMD5" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.moaxcp', module='recMD5', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.moaxcp" name="recMD5" rev="1.0.1" />
Leiningen
[com.github.moaxcp/recMD5 "1.0.1"]
Apache Buildr
'com.github.moaxcp:recMD5:jar:1.0.1'
Dependencies