CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign 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_wrap.rb
Views: 18082
1
module Rex::Crypto::KeyWrap
2
require 'rex/crypto/key_wrap/nist_sp_800_38f'
3
end
4
5