xyz.wiedenhoeft.scalacrypt

macs

package macs

Visibility
  1. Public
  2. All

Type Members

  1. class JavaMac extends Mac

    Base class for MACs implemented in javax.crypto.Mac.

    Base class for MACs implemented in javax.crypto.Mac.

    Attention: If the key is empty it is substituted by a single zero-byte.

Value Members

  1. object HmacSHA1 extends JavaMac

    HMAC-SHA1 implementation of Mac.

  2. object HmacSHA256 extends JavaMac

    HMAC-SHA256 implementation of Mac.

Ungrouped