Method: RbNaCl::Auth.tag_bytes

Defined in:
lib/rbnacl/auth.rb

.tag_bytesInteger

The number bytes in the tag or authenticator from this Auth class

Returns:

  • (Integer)

    number of tag bytes



102
103
104
# File 'lib/rbnacl/auth.rb', line 102

def self.tag_bytes
  self::BYTES
end