apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
206 stars 59 forks source link

Utee api update #1

Closed SimonWan closed 5 years ago

SimonWan commented 5 years ago
  1. Comment and improve object API.
  2. Complete, comment and improve crypto API.
  3. Complete Arithmetical API.
  4. Add the asymmetric cipher example for the Asymmetric operations of crypto API.
  5. Add the big-int example for arithmetical API.
  6. Add the Diffie Hellman, message digest, and authentication encryption example for crypto API.
  7. Update all examples with proto.
  8. Merged with the message branch.