Mellium

mellium.im / xmpp / crypto


import (
	"mellium.im/xmpp/crypto"
)
			

Package crypto contains common cryptographic elements that are used by XMPP.

This package is for XMPP specific cryptographic primitives and elements. As a general rule of thumb, if the cryptography you want to implement would be usable by other projects that have nothing to do with XMPP it belongs in mellium.im/crypto instead.

Specs

The following specifications are implemented by this package. For a full list of all specs implemented in the xmpp module see docs/xeps.

XEP
XEP-0300