enum

SPAKE2Plus::Curve

Inherits Enum < Comparable < Value < Object

Constants

P256 = 0
P384 = 1
P521 = 2
Edwards25519 = 3

Instance methods

edwards25519?

Returns true if this enum value equals Edwards25519

Source
p256?

Returns true if this enum value equals P256

Source
p384?

Returns true if this enum value equals P384

Source
p521?

Returns true if this enum value equals P521

Source