s

sha2-watchosdevicearm64

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