Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MaskGenerationFunction.cs
2{
7 public abstract class MaskGenerationFunction : SecurityObject
8 {
15 public abstract byte[] CalculateMask(byte[] Seed, int Length);
16 }
17}
abstract byte[] CalculateMask(byte[] Seed, int Length)
Calcaultes a mask of a specific length, given a seed.
Abstract base class for security objects.