Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eminmuhammadi authored Jan 11, 2023
1 parent add13c4 commit 27b700b
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 @@ -59,7 +59,7 @@ Key Generation:

Encryption:
- Encrypt symmetric key using the public key. `Enc(R, pubK)`, afterwards we call this `R_enc`.
- Encrypt file using the encrypted symmetric key. `Enc(file, R_enc)`, afterwards we call this `file_enc`.
- Encrypt file using the symmetric key. `Enc(file, R)`, afterwards we call this `file_enc`. The generated file will be in this format: `R_enc + \n + file_enc`

Decryption:
- Decrypt symmetric key using the private key. `Dec(R_enc, privK)=R`
Expand Down

0 comments on commit 27b700b

Please sign in to comment.