Public Member Functions

Swift::HMAC< Hash, BlockSize > Class Template Reference

List of all members.

Public Member Functions

ByteArray operator() (const ByteArray &key, const ByteArray &data) const
ByteArray operator() (const SafeByteArray &key, const ByteArray &data) const

Detailed Description

template<typename Hash, int BlockSize>
class Swift::HMAC< Hash, BlockSize >

Definition at line 53 of file HMAC.h.


Member Function Documentation

template<typename Hash , int BlockSize>
ByteArray Swift::HMAC< Hash, BlockSize >::operator() ( const ByteArray &  key,
const ByteArray &  data 
) const [inline]

Definition at line 57 of file HMAC.h.

template<typename Hash , int BlockSize>
ByteArray Swift::HMAC< Hash, BlockSize >::operator() ( const SafeByteArray &  key,
const ByteArray &  data 
) const [inline]

Definition at line 61 of file HMAC.h.