C# Class YouScribe.Rest.Cryptography.Concretes.YSHMACSHA256

Inheritance: IHMAC
Show file Open project: Youscribe/YouscribeNet

Public Methods

Method Description
ComputeHash ( byte message, byte secretKey ) : byte[]

Method Details

ComputeHash() public method

public ComputeHash ( byte message, byte secretKey ) : byte[]
message byte
secretKey byte
return byte[]