enum

SPAKE2Plus::MAC

Inherits Enum < Comparable < Value < Object

Constants

HMAC = 0
CMAC = 1

Instance methods

cmac?

Returns true if this enum value equals CMAC

Source
hmac?

Returns true if this enum value equals HMAC

Source