mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 02:45:05 -06:00
927 B
927 B
ComputeSignature Method
Computes an HMAC-SHA256 over the salt using the master key and truncates it to the same number of bytes as the salt.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.4
C#
private byte[] ComputeSignature(
byte[] salt
)
F#
private member ComputeSignature :
salt : byte[] -> byte[]
Parameters
- Byte[]
- The salt.
Return Value
Byte[]
The calculated signature.