Skip to content
/ noiz Public
forked from spiral-ladder/noiz

Noise Protocol Framework in Zig

License

Notifications You must be signed in to change notification settings

zwolsman/noiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noiz

Noiz (read as: 'noi-z' or 'noisy') is a work-in-progress Noise Protocol Framework in Zig.

WARNING: This library has not been audited

Crypto

All cryptographic primitives listed in the official specification (rev34) are supported aside from Curve448, because zig stdlib does not have it, and does not plan to prioritize its inclusion due to various reasons.

Other crypto algorithms are not supported at this time.

Test

Noiz is built in zig 0.14.0:

To test:

zig build test

To test the test vectors only:

zig build test -Dfilter="cacophony"

About

Noise Protocol Framework in Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zig 100.0%