Typos in the tinycrypt README

This commit is contained in:
Simon Butcher 2019-09-09 17:40:20 +01:00
parent 92c3d1f4f4
commit 05ab73224a

View file

@ -40,11 +40,11 @@ Overview:
The TinyCrypt Library provides an implementation for constrained devices of a The TinyCrypt Library provides an implementation for constrained devices of a
minimal set of standard cryptography primitives. minimal set of standard cryptography primitives.
This is a modified form of the library based on version 0.2.8. included as part This is a modified form of the library based on version 0.2.8 included as part
of Mbed TLS as a compilation option. It is not included in it's full form and of Mbed TLS as a compilation option. It is not included in its full form and
those wishing to use TinyCrypt should use the original unmodified project. those wishing to use TinyCrypt should use the original unmodified project.
The original project, can be found here: https://github.com/intel/tinycrypt The original project can be found here: https://github.com/intel/tinycrypt
Contributions should be made upstream to that project, and full documentation Contributions should be made upstream to that project, and full documentation
can be found in the originating repository. can be found in the originating repository.