elliptic
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>elliptic</artifactId>
<version>6.6.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>elliptic</artifactId>
<version>6.6.1</version>
<name>elliptic</name>
<description>EC cryptography</description>
<url>https://github.com/indutny/elliptic</url>
<organization>
<name>Fedor Indutny</name>
<url>https://github.com/indutny/elliptic</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>indutny</name>
<email>blackhole@livebox.sh</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/indutny/elliptic.git</connection>
<developerConnection>ssh://git@github.com/indutny/elliptic.git</developerConnection>
<url>ssh://git@github.com/indutny/elliptic</url>
</scm>
<issueManagement>
<url>https://github.com/indutny/elliptic/issues</url>
</issueManagement>
<properties>
<org.mvnpm-inherits.version>[2.0.4,3)</org.mvnpm-inherits.version>
<org.mvnpm-minimalistic-crypto-utils.version>[1.0.1,2)</org.mvnpm-minimalistic-crypto-utils.version>
<org.mvnpm-bn.js.version>[4.11.9,5)</org.mvnpm-bn.js.version>
<org.mvnpm-hmac-drbg.version>[1.0.1,2)</org.mvnpm-hmac-drbg.version>
<org.mvnpm-hash.js.version>[1.0.0,2)</org.mvnpm-hash.js.version>
<org.mvnpm-brorand.version>[1.1.0,2)</org.mvnpm-brorand.version>
<org.mvnpm-minimalistic-assert.version>[1.0.1,2)</org.mvnpm-minimalistic-assert.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>bn.js</artifactId>
<version>${org.mvnpm-bn.js.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>brorand</artifactId>
<version>${org.mvnpm-brorand.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hash.js</artifactId>
<version>${org.mvnpm-hash.js.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hmac-drbg</artifactId>
<version>${org.mvnpm-hmac-drbg.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>inherits</artifactId>
<version>${org.mvnpm-inherits.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>minimalistic-assert</artifactId>
<version>${org.mvnpm-minimalistic-assert.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>minimalistic-crypto-utils</artifactId>
<version>${org.mvnpm-minimalistic-crypto-utils.version}</version>
</dependency>
</dependencies>
</project>