project-oak / oak

Meaningful control of data in distributed systems.
Apache License 2.0
991 stars 107 forks source link

Split verify calls with only measurement_digest into get/compare calls. #4993

Closed jblebrun closed 3 months ago

jblebrun commented 3 months ago

Since the verify_* calls here are only used in one place, I moved the implementation to be inline in the calling verification function. Since soon, those functions will be split as well.

Another step for b/324837692