MQuaresma / pswoosh

Passive-Swoosh: Practical Lattice-Based Non-Interactive Key Exchange
20 stars 1 forks source link

A small example #2

Open Domingo-Gomez-Perez opened 5 months ago

Domingo-Gomez-Perez commented 5 months ago

I would like to have an small sample file where the parameters are generated and some text is encrypted and then decrypted.

MQuaresma commented 5 months ago

Hi @Domingo-Gomez-Perez , could you specify what you mean by a "file where parameters are generated and some text is encrypted and then decrypted"? Do you mean a binary/executable? Additionally pSwoosh only generates a shared key that can then be used to encrypt information using a symmetric primitive, thus this last part is not part of the implementation.

Domingo-Gomez-Perez commented 5 months ago

Sorry, I should have explained myself better. I wanted to see an small example with code to generate a symmetric key. With parameters I mean how to configurate the system, similar to table 1 in your paper.