wenjing / rust-tsp

Rust implementation of the Trust Spanning Protocol
2 stars 2 forks source link

Add function to determine sender and receiver #49

Closed squell closed 6 months ago

squell commented 6 months ago

Note: for efficiency, it would be best to change the interface of HPKE open so it takes a CipherView, i.e. with all the CESR-info already pre-decoded; using the current function will cause CESR-decoding to happen twice.