subtle icon indicating copy to clipboard operation
subtle copied to clipboard

`const fn` support

Open tarcieri opened this issue 1 year ago • 0 comments
trafficstars

In crypto-bigint we've had to build an entirely parallel set of types in order to support const fn: ConstChoice and ConstCtOption, which are const fn-friendly versions of subtle's equivalent Choice and CtOption.

It would be nice to have upstream support for this in subtle some way.

tarcieri avatar Jul 11 '24 18:07 tarcieri