C# Класс SecurityDriven.Inferno.Kdf.SP800_108_Ctr

Concepts from: http://dx.doi.org/10.6028/NIST.SP.800-108 http://referencesource.microsoft.com/#System.Web/Security/Cryptography/SP800_108.cs
Показать файл Открыть проект

Открытые методы

Метод Описание
DeriveKey ( Func hmacFactory, byte key, ArraySegment label, ArraySegment context, ArraySegment derivedOutput, uint counter = 1 ) : void

Приватные методы

Метод Описание
CreateBuffer ( ArraySegment label, ArraySegment context, uint keyLengthInBits ) : byte[]
DeriveKey ( HMAC keyedHmac, ArraySegment bufferSegment, ArraySegment derivedOutput, uint counter = 1 ) : void

Описание методов

DeriveKey() публичный статический Метод

public static DeriveKey ( Func hmacFactory, byte key, ArraySegment label, ArraySegment context, ArraySegment derivedOutput, uint counter = 1 ) : void
hmacFactory Func
key byte
label ArraySegment
context ArraySegment
derivedOutput ArraySegment
counter uint
Результат void