Skip to content

Commit 65c127c

Browse files
committed
README.md: note support for heap-allocated Boxed types
1 parent 00835c5 commit 65c127c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ using const generics.
2020
- Supports `no_std`-friendly const generic stack-allocated big integers.
2121
- Constant-time by default. Variable-time functions are explicitly marked as such.
2222
- 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.
23+
- Support `const fn` as much as possible with the goal of being able to compute
24+
values at compile-time.
25+
- Optional heap-allocated `Boxed*` types gated under an `alloc` feature.
2626

2727
## Security Notes
2828

0 commit comments

Comments
 (0)