s

sha3-tvosarm64

SHA3-224, SHA3-256, SHA3-384, SHA3-512, Keccak-224, Keccak-256, Keccak-384, Keccak-512, SHAKE128, SHAKE256, CSHAKE128, CSHAKE256, ParallelHash128, ParallelHash256, TupleHash128, TupleHash256
https://github.com/KotlinCrypto/hash/
The Apache Software License, Version 2.0
Kotlin Crypto
Files download
File Operation
sha3-tvosarm64-0.5.1.pom download
sha3-tvosarm64-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kotlincrypto.hash</groupId>
  <artifactId>sha3-tvosarm64</artifactId>
  <version>0.5.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.kotlincrypto.hash:sha3-tvosarm64:0.5.1'
Gradle Kotlin
implementation("org.kotlincrypto.hash:sha3-tvosarm64:0.5.1")
Scala SBT
libraryDependencies += "org.kotlincrypto.hash" % "sha3-tvosarm64" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.kotlincrypto.hash', module='sha3-tvosarm64', version='0.5.1')
)
Apache Ivy
<dependency org="org.kotlincrypto.hash" name="sha3-tvosarm64" rev="0.5.1" />
Leiningen
[org.kotlincrypto.hash/sha3-tvosarm64 "0.5.1"]
Apache Buildr
'org.kotlincrypto.hash:sha3-tvosarm64:jar:0.5.1'