Method: RbNaCl::Auth.tag_bytes
- Defined in:
- lib/rbnacl/auth.rb
.tag_bytes ⇒ Integer
The number bytes in the tag or authenticator from this Auth class
102 103 104 |
# File 'lib/rbnacl/auth.rb', line 102 def self.tag_bytes self::BYTES end |