Skip to content

Commit

Permalink
Apply grammar fixes by @TallTed to data opacity section.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
msporny and TallTed committed Aug 27, 2022
1 parent 5b3182a commit 57a22b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2092,20 +2092,20 @@ <h3>Data Opacity</h3>
</p>
<p>
There are times, however, where the correct design decision is to make data
opaque. Data that does not need to be processed by other application subsystems
or data that does not need to be modified or accessed by an application
developer can be stored in opaque formats. Examples include digital signature
opaque. Data that does not need to be processed by other application subsystems,
as well as data that does not need to be modified or accessed by an application
developer, can be stored in opaque formats. Examples include digital signature
values, cryptographic key parameters, and other data fields that only need to
be accessed by a cryptographic library and need not be modified by the
application developer.
</p>
<p>
This specification strives to provide an architecture where application data
remains in its native format and is not made opaque while other cryptographic
remains in its native format and is not made opaque, while other cryptographic
data, such as digital signatures, are kept in their opaque binary encoded form.
Cryptographic suite implementers are urged to consider data opacity when
designing their suites and weigh the design trade-offs when making application
data opaque and when providing access to cryptographic data at the application
designing their suites, and to weigh the design trade-offs when making application
data opaque versus providing access to cryptographic data at the application
layer.
</p>
</section>
Expand Down

0 comments on commit 57a22b0

Please sign in to comment.