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.
In
crypto-bigintwe've had to build an entirely parallel set of types in order to supportconst fn:ConstChoiceandConstCtOption, which areconst fn-friendly versions ofsubtle's equivalentChoiceandCtOption.It would be nice to have upstream support for this in
subtlesome way.