Write, autoreview, editor, reviewer
3,129
edits
Line 89: | Line 89: | ||
* PKG generates <math>k_{pub}= f(</math>Seller's email-id) | * PKG generates <math>k_{pub}= f(</math>Seller's email-id) | ||
* PKG calculates <math>k_{pri} := G(k_{pub}) \oplus k_{r} </math> | * PKG calculates <math>k_{pri} := G(k_{pub}) \oplus k_{r} </math> | ||
* PKG encrypts <math>VC(k_{at},k_{pri}=E_{k_{at}}</math> | * PKG encrypts <math>VC(k_{at},k_{pri})=E_{k_{at}}</math> | ||
* Seller decrypts <math>VC(k_{at}, E_{k_{at}})=k_{pri}</math>. | * Seller decrypts <math>VC(k_{at}, E_{k_{at}})=k_{pri}</math>. | ||