@libp2p/interface-connection-encrypter-compliance-tests
TypeScript icon, indicating that this package has built-in type declarations

5.0.1 • Public • Published

@libp2p/interface-connection-encrypter-compliance-tests

libp2p.io Discuss codecov CI

Compliance tests for implementations of the libp2p Connection Encrypter interface

Table of contents

Install

$ npm i @libp2p/interface-connection-encrypter-compliance-tests

Usage

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
  }
})

API Docs

License

Licensed under either of

Contribution

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.

Readme

Keywords

Package Sidebar

Install

npm i @libp2p/interface-connection-encrypter-compliance-tests

Weekly Downloads

27

Version

5.0.1

License

Apache-2.0 OR MIT

Unpacked Size

385 kB

Total Files

15

Last publish

Collaborators

  • jacobheun
  • npm-service-account-libp2p
  • alanshaw
  • vascosantos
  • achingbrain
  • daviddias