You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now only aead enables alloc by default, which forces implementation crates to use default-features = false. Removing a default feature is a breaking change, so it would have to be done in v0.4.
The text was updated successfully, but these errors were encountered:
One important change we'd have to do along with this is very clearly document enabling the alloc feature to use the allocating APIs, which are prominently featured in each crate.
The `alloc` feature used to be a mandatory part of the `aead` API, but
in the time since we've introduced in-place traits that allow for fully
heapless usage.
This commit removes it as a default feature.
Uh oh!
There was an error while loading. Please reload this page.
Right now only
aead
enablesalloc
by default, which forces implementation crates to usedefault-features = false
. Removing a default feature is a breaking change, so it would have to be done in v0.4.The text was updated successfully, but these errors were encountered: