sha3-linuxx64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.kotlincrypto.hash</groupId> <artifactId>sha3-linuxx64</artifactId> <version>0.8.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.kotlincrypto.hash</groupId> <artifactId>sha3-linuxx64</artifactId> <version>0.8.0</version> <packaging>klib</packaging> <name>KotlinCrypto SHA3 Hashing</name> <description>Digests for SHA3-224, SHA3-256, SHA3-384, SHA3-512, Keccak-224, Keccak-256, Keccak-384, Keccak-512, SHAKE128, SHAKE256, CSHAKE128, CSHAKE256, ParallelHash128, ParallelHash256, TupleHash128, TupleHash256</description> <url>https://github.com/KotlinCrypto/hash/</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>KotlinCrypto</id> <name>Kotlin Crypto</name> <url>https://github.com/KotlinCrypto/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/KotlinCrypto/hash.git</connection> <developerConnection>scm:git:ssh://git@github.com/KotlinCrypto/hash.git</developerConnection> <url>https://github.com/KotlinCrypto/hash/</url> </scm> <dependencies> <dependency> <groupId>org.kotlincrypto.core</groupId> <artifactId>digest-linuxx64</artifactId> <version>0.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.kotlincrypto.core</groupId> <artifactId>xof-linuxx64</artifactId> <version>0.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.kotlincrypto.bitops</groupId> <artifactId>endian-linuxx64</artifactId> <version>0.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.kotlincrypto.sponges</groupId> <artifactId>keccak-linuxx64</artifactId> <version>0.5.0</version> <scope>compile</scope> </dependency> </dependencies> </project>