redjazz96/nova

View on GitHub
lib/nova/starbound/encryptors.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'nova/starbound/encryptors/plaintext'
require 'nova/starbound/encryptors/openssl'
require 'nova/starbound/encryptors/rbnacl'

module Nova
  module Starbound

    # A module containing the encryptors that come with starbound.
    module Encryptors

    end
  end
end