typo
This commit is contained in:
parent
42aadf0438
commit
15f69f6257
@ -28,7 +28,7 @@
|
||||
<p>Encryption is not performed using a single static key. Instead, each request and response has its own key that is
|
||||
generated.</p>
|
||||
<p>These keys are generated baesd on the <code>X-Eamuse-Info</code> header.</p>
|
||||
<p>Keys follow thge format <code>1-[0-9a-f]{8}-[0-9a-f]{4}</code>. This corresponds to
|
||||
<p>Keys follow the format <code>1-[0-9a-f]{8}-[0-9a-f]{4}</code>. This corresponds to
|
||||
<code>[version]-[seconds]-[salt]</code>. The salt is generated by a simple PRNG.
|
||||
</p>
|
||||
<details>
|
||||
|
Loading…
Reference in New Issue
Block a user