rubixchain / FINAO-SPV-POC

0 stars 0 forks source link

feat: contract snippet for PRE on private data #8

Closed thewebchap closed 1 year ago

thewebchap commented 1 year ago

Closes #3

This PR contains a rust package that provides 3 functions

  1. create_key_pair()
  2. encrypt_data()
  3. decrypt_data()

This is the first element to orchestration go file and rust contract supporting further development for issues #7 and #6 .

To test: cargo run