Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PaceEcdhProtocol112.cs
2{
7 public abstract class PaceEcdhProtocol112 : PaceEcdhProtocol
8 {
12 public override int Bits => 112;
13 }
14}
Abstract base class for PACE protocols using Elliptic Curve Cryptography (EEC) having 112 bit securit...
override int Bits
Bits of security provided by the protocol.
abstract class PaceEcdhProtocol()
Abstract base class for PACE protocols using Elliptic Curve Cryptography (EEC).