Closed japaric closed 11 months ago
implements #52
this adds an opt-out Cargo feature named "std" and changes the signature of Hpke's methods; thus it's a semver breaking change.
Hpke
this PR is best reviewed on a commit by commit basis
due to #54 I'm unable to test running this on a no-std target like the thumbv7em-none-eabihf but AFAICT no other dependency is pulling in libstd
thumbv7em-none-eabihf
implements #52
this adds an opt-out Cargo feature named "std" and changes the signature of
Hpke
's methods; thus it's a semver breaking change.this PR is best reviewed on a commit by commit basis
due to #54 I'm unable to test running this on a no-std target like the
thumbv7em-none-eabihf
but AFAICT no other dependency is pulling in libstd