Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/feat/baked_wc_rotaion_data' into…
Browse files Browse the repository at this point in the history
… feat/baked_wc_rotaion_data
  • Loading branch information
sergeyWh1te committed Dec 16, 2022
2 parents 6320b60 + 65b3256 commit 617c4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This allows us to establish communication primitives:
encrypted_message = { "to" : Participant_j, "message": encrypt(message, PubColdKey_j)}
broadcast(encrypted_message)

Encryption is done using AES526-GCM + AEAD.
Encryption is done using AES256-GCM + AEAD.

Bulletin board can be constructed using a trusted centralized service a-la kafka queue (implemented), using public blockchain, or using a consensus between participants to establish a private blockchain. Anyway, it should be abstracted away in the client and signer both and easily switchable.

Expand Down

0 comments on commit 617c4f5

Please sign in to comment.