Variable SigningAlgorithmListSlimConst

SigningAlgorithmListSlim: readonly SigningAlgorithm[] = ...

A slim list of signing algorithms.

Remarks

The slim list contains only the most commonly used algorithms, to reduce bundle size. This list currently contains ECDSA. If you need more algorithms, explicitly import them or use SigningAlgorithmListFull.