MVN

io.takamaka.crypto : TKMSecurityProvider

Maven & Gradle

Nov 29, 2022
0 stars

Takamaka Security Provider Round 1 · This package contains an old version of the qtesla algorithm from the bouncycastle library. Changes have been introduced in the current library that make the old keys incompatible with the new ones. The purpose of this package is to maintain, within the takamaka.io software, compatibility with the old implementation of signature keys.

<dependency>
    <groupId>io.takamaka.crypto</groupId>
    <artifactId>TKMSecurityProvider</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.takamaka.crypto : TKMSecurityProvider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.takamaka.crypto : TKMSecurityProvider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
TKMSecurityProvider-1.0

How to add a dependency to Maven

Add the following io.takamaka.crypto : TKMSecurityProvider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.takamaka.crypto</groupId>
    <artifactId>TKMSecurityProvider</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.takamaka.crypto : TKMSecurityProvider gradle dependency to your build.gradle file:

implementation 'io.takamaka.crypto:TKMSecurityProvider:1.0'

Gradle Kotlin DSL: Add the following io.takamaka.crypto : TKMSecurityProvider gradle kotlin dependency to your build.gradle.kts file:

implementation("io.takamaka.crypto:TKMSecurityProvider:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.takamaka.crypto : TKMSecurityProvider sbt scala dependency to your build.sbt file:

libraryDependencies += "io.takamaka.crypto" % "TKMSecurityProvider" % "1.0"