cisco / go-hpke

Implementation of draft-irtf-cfrg-hpke
BSD 2-Clause "Simplified" License
30 stars 15 forks source link

Update for better spec compliance #15

Closed bifurcation closed 4 years ago

bifurcation commented 4 years ago
bifurcation commented 4 years ago

I notice the "update nonce after seal/open" was sort of fixed, but the fix in this patch matches the spec better. In particualr, it only updates if the seal/open succeeds.