T

TKMSecurityProvider

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.
https://github.com/takamaka-dev/tkmsecurityround1
The Apache License, Version 2.0
AiliA SA
Giovanni Antino Alessandro Pasi Takamaka Dev
文件下载
文件名 操作
TKMSecurityProvider-1.0.jar 下载
TKMSecurityProvider-1.0.pom 下载
TKMSecurityProvider-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.takamaka.crypto</groupId>
  <artifactId>TKMSecurityProvider</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.takamaka.crypto:TKMSecurityProvider:1.0'
Gradle Kotlin
implementation("io.takamaka.crypto:TKMSecurityProvider:1.0")
Scala SBT
libraryDependencies += "io.takamaka.crypto" % "TKMSecurityProvider" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.takamaka.crypto', module='TKMSecurityProvider', version='1.0')
)
Apache Ivy
<dependency org="io.takamaka.crypto" name="TKMSecurityProvider" rev="1.0" />
Leiningen
[io.takamaka.crypto/TKMSecurityProvider "1.0"]
Apache Buildr
'io.takamaka.crypto:TKMSecurityProvider:jar:1.0'