| 组织ID: |
com.ubirch.util |
| 项目ID: |
crypto_2.11 |
| 版本: |
0.3.6 |
| 最后修改时间: |
2019-11-03 04:13:22 |
| 包类型: |
jar |
| 标题: |
Apache 2 |
| 描述: |
ubirch util with crypto related code |
| 相关URL: |
http://ubirch.com |
| 大小: |
59.76KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>crypto_2.11</artifactId>
<version>0.3.6</version>
</dependency>
|
| Gradle引入代码: |
com.ubirch.util:crypto_2.11:0.3.6
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ubirch.util</groupId>
<artifactId>crypto_2.11</artifactId>
<packaging>jar</packaging>
<description>ubirch util with crypto related code</description>
<url>http://ubirch.com</url>
<version>0.3.6</version>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>crypto</name>
<organization>
<name>com.ubirch.util</name>
<url>http://ubirch.com</url>
</organization>
<scm>
<url>https://github.com/ubirch/ubirch-scala-utils</url>
<connection>https://github.com/ubirch/ubirch-scala-utils.git</connection>
</scm>
<developers>
<developer>
<id>ubirch</id>
<name>ubirch</name>
<email>release@ubirch.com</email>
<url>http://www.ubirch.com/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>com.roundeights</groupId>
<artifactId>hasher_2.11</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>1.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging-slf4j_2.11</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps.class
net.i2p.crypto.eddsa.EdDSAEngine$OneShotSpec.class
net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps.class
net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding.class
com.ubirch.crypto.codec.CodecUtil.class
net.i2p.crypto.eddsa.spec.EdDSAParameterSpec.class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable.class
net.i2p.crypto.eddsa.KeyFactory.class
net.i2p.crypto.eddsa.math.Encoding.class
net.i2p.crypto.eddsa.math.Curve.class
net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding.class
com.ubirch.crypto.ecc.EccUtil$.class
net.i2p.crypto.eddsa.EdDSAEngine$1.class
com.ubirch.crypto.ecc.EccUtil.class
com.ubirch.crypto.hash.HashUtil$$anonfun$1.class
net.i2p.crypto.eddsa.math.Constants.class
net.i2p.crypto.eddsa.math.Curve$1.class
net.i2p.crypto.eddsa.KeyPairGenerator.class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec.class
com.ubirch.crypto.hash.HashUtil.class
net.i2p.crypto.eddsa.math.GroupElement$1.class
com.ubirch.crypto.codec.CodecUtil$.class
net.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec.class
net.i2p.crypto.eddsa.math.GroupElement$Representation.class
net.i2p.crypto.eddsa.Utils.class
net.i2p.crypto.eddsa.math.GroupElement.class
net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec.class
net.i2p.crypto.eddsa.EdDSAEngine.class
net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement.class
net.i2p.crypto.eddsa.EdDSAKey.class
net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement.class
com.ubirch.crypto.hash.HashUtil$$anonfun$randomSha256Hashes$1.class
net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec.class
net.i2p.crypto.eddsa.math.Field.class
com.ubirch.crypto.hash.HashUtil$.class
net.i2p.crypto.eddsa.math.ScalarOps.class
net.i2p.crypto.eddsa.EdDSAPublicKey.class
net.i2p.crypto.eddsa.math.FieldElement.class
net.i2p.crypto.eddsa.EdDSAPrivateKey.class
|
| 依赖Jar: |
scala-library-2.11.8.jar
/org.scala-lang/scala-library/2.11.8
查看scala-library所有版本文件
hasher_2.11-1.2.0.jar
/com.roundeights/hasher_2.11/1.2.0
查看hasher_2.11所有版本文件
commons-codec-1.11.jar
/commons-codec/commons-codec/1.11
查看commons-codec所有版本文件
scalatest_2.11-3.0.1.jar
/org.scalatest/scalatest_2.11/3.0.1
查看scalatest_2.11所有版本文件
joda-time-2.9.4.jar
/joda-time/joda-time/2.9.4
查看joda-time所有版本文件
joda-convert-1.8.1.jar
/org.joda/joda-convert/1.8.1
查看joda-convert所有版本文件
scala-logging-slf4j_2.11-2.1.2.jar
/com.typesafe.scala-logging/scala-logging-slf4j_2.11/2.1.2
查看scala-logging-slf4j_2.11所有版本文件
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
logback-classic-1.1.7.jar
/ch.qos.logback/logback-classic/1.1.7
查看logback-classic所有版本文件
|