Skip to content

Commit

Permalink
fixes grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Jul 12, 2017
1 parent 4ac5cd4 commit 686d4f4
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 @@ -782,7 +782,7 @@ When the **player P1 wants to play** the **content C'1**, it needs to deal with

`K1P1D1 = enc(K1, PUK1)`

**P1** uses its DRM local system (it could be a [SOC](https://en.wikipedia.org/wiki/System_on_a_chip), a specialized hardware or software), this system is **able to decrypt** the content using its private key PRK1, it can decrypt **the symmetric-key K1 from the K1P1D1** and **play C'1**. At best case, the keys are not exposed through memory RAM.
**P1** uses its DRM local system (it could be a [SOC](https://en.wikipedia.org/wiki/System_on_a_chip), a specialized hardware or software), this system is **able to decrypt** the content using its private key PRK1, it can decrypt **the symmetric-key K1 from the K1P1D1** and **play C'1**. At best case, the keys are not exposed through RAM.

```
K1 = dec(K1P1D1, PRK1)
Expand Down

0 comments on commit 686d4f4

Please sign in to comment.