ecc-jsbn
ECC package based on jsbn from Tom Wu.
This is a subset of the same interface as the node compiled module, but works in the browser too.
Also uses point compression now from https://github.com/kaielvin.
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdecc-jsbn |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionecc-jsbn
WebJar for ecc-jsbn
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ecc-jsbn-0.1.2.pom | |
ecc-jsbn-0.1.2.jar | 12 KB |
ecc-jsbn-0.1.2-sources.jar | 22 bytes |
ecc-jsbn-0.1.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ecc-jsbn/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ecc-jsbn</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ecc-jsbn/
implementation 'org.webjars.npm:ecc-jsbn:0.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/ecc-jsbn/
implementation ("org.webjars.npm:ecc-jsbn:0.1.2")
'org.webjars.npm:ecc-jsbn:jar:0.1.2'
<dependency org="org.webjars.npm" name="ecc-jsbn" rev="0.1.2">
<artifact name="ecc-jsbn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ecc-jsbn', version='0.1.2')
)
libraryDependencies += "org.webjars.npm" % "ecc-jsbn" % "0.1.2"
[org.webjars.npm/ecc-jsbn "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : jsbn | jar | [0.1.0,0.2) |
org.webjars.npm : safer-buffer | jar | [2.1.0,3) |
ECC package based on jsbn from Tom Wu.
This is a subset of the same interface as the node compiled module, but works in the browser too.
Also uses point compression now from https://github.com/kaielvin.