module RbNaCl::SelfTest

def secret_box_test

def secret_box_test
  box = SecretBox.new(vector(:secret_key))
  box_common_test(box)
end