pl.setblack.lsa.cryptotpyrc.Crypto.scala Maven / Gradle / Ivy
The newest version!
package pl.setblack.lsa.cryptotpyrc
import pl.setblack.lsa.cryptotpyrc.rsa.{RSAPrivateKey, RSAPublicKey}
import scala.concurrent.Promise
trait Crypto {
def rsa() : CryptoAlg[RSAPublicKey, RSAPrivateKey]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy