Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PaceEcdhProtocol128.cs
2{
7 public abstract class PaceEcdhProtocol128 : PaceEcdhProtocol
8 {
12 public override int Bits => 128;
13 }
14}
Abstract base class for PACE protocols using Elliptic Curve Cryptography (EEC) having 128 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).