Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/crypto/key_derivation.rb
Views: 18294
1
module Rex::Crypto::KeyDerivation
2
require 'rex/crypto/key_derivation/nist_sp_800_108'
3
end
4
5