Method: RbNaCl::Auth#primitive

Defined in:
lib/rbnacl/auth.rb

#primitiveSymbol

The crypto primitive for this authenticator instance

Returns:

  • (Symbol)

    The primitive used



81
82
83
# File 'lib/rbnacl/auth.rb', line 81

def primitive
  self.class.primitive
end