We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00835c5 commit 65c127cCopy full SHA for 65c127c
README.md
@@ -20,9 +20,9 @@ using const generics.
20
- Supports `no_std`-friendly const generic stack-allocated big integers.
21
- Constant-time by default. Variable-time functions are explicitly marked as such.
22
- Leverage what is possible today with const generics on `stable` rust.
23
-- Support `const fn` as much as possible, including decoding big integers from
24
- bytes/hex and performing arithmetic operations on them, with the goal of
25
- being able to compute values at compile-time.
+- Support `const fn` as much as possible with the goal of being able to compute
+ values at compile-time.
+- Optional heap-allocated `Boxed*` types gated under an `alloc` feature.
26
27
## Security Notes
28
0 commit comments