technion/ruby-argon2

View on GitHub
sig/constants.rbs

Summary

Maintainability
Test Coverage
# Classes
module Argon2
  module Constants
    SALT_LEN: Integer
    OUT_LEN: Integer
    ENCODE_LEN: Integer
  end
end