Skip to content

auditdrivencrypto/test-secret-handshake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-secret-handshake

Test vectors secret-handshake.

These test vectors are generated from the basic test suite from the refrence implementation. This does not cover the logic of the protocol, but makes it easy to verify that the packets are all parsed correctly.

format

The output is a JSON array, of objects with {name, args, result} all binary values are stored as hex encoded strings. name is the name of an operation. create operations take a state argument and return a packet. verify operations take a state, an encrypted packet and return a new state (or null, if the packet was not valid given the state)

License

MIT

About

test vectors for secret-handshake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published