Skip to content

Implementation of x448 formerly used within noiseprotocol package.

License

Notifications You must be signed in to change notification settings

plizonczyk/x448-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

x448-python

Pure Python 3 implementation of x448 formerly used within noiseprotocol package.

Although it should be compliant with RFC 7748 and is tested (on import) with the vectors provided in RFC, these are all the promises you can get. The implementation may be vulnerable to side channel attacks or worse. You have been warned and you are highly encouraged to use Cryptography for your production needs.

Installation

Install from PyPI:

pip install x448-python

About

Implementation of x448 formerly used within noiseprotocol package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages