File: backend.py

package info (click to toggle)
python-noiseprotocol 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: python: 1,259; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
from noiseprotocol.backends.default import DefaultNoiseBackend


class ExperimentalNoiseBackend(DefaultNoiseBackend):
    """
    Contains all the default crypto methods, but also methods not directly endorsed by Noise Protocol specification
    """
    pass