Compliance tests for implementations of the libp2p Connection Encrypter interface
$ npm i @libp2p/interface-connection-encrypter-compliance-tests
import tests from '@libp2p/interface-connection-encrypter-compliance-tests'
import yourCrypto from './your-encrypter'
tests({
setup () {
// Set up your crypto if needed, then return it
return yourCrypto
},
teardown () {
// Clean up your crypto if needed
}
})
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.