You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add initial list of actual Multihash.Type implementations to README (#42)
* Add initial list of actual Multihash.Type implementations to README (fixes#41)
* Expand Hash implementation list on READ
* Add AES-CMAC to Hash implementation list on READ
* Add BouncyCastle, Commons Codec & Jacksum to Hash implementation list on READ
Note that this library only decodes & encodes Multihashes, and does not actually include any implementations of the hash functions themselves.
24
+
25
+
Consumers of this library can use different implementations for different reasons. Here are a few possible implementation choices for each `Multihash.Type`:
Please contribute an update to this list if you know of any other related libraries.
60
+
22
61
## Dependency
62
+
23
63
You can use this project by building the JAR file as specified below, or by using [JitPack](https://jitpack.io/#multiformats/java-multihash/) (also supporting Gradle, SBT, etc).
24
64
25
65
for Maven, you can add the follwing sections to your POM.XML:
0 commit comments