@prosopo/util-crypto
v13.5.28
Published
Utility package to house all code that is not specific to prosopo. E.g. random number generation, string manipulation, etc.
Downloads
2,429
Readme
This is a selective clone
of util-crypto
from the Polkadot JS repository at 25fe5f4e27d6dfe0a26082925a49207f2bfcd9fd. Modifications have been made as follows:
- tests switched to vitest
- package name changed to @prosopo/util-crypto
- WASM dropped and replaced with JS implementation of sr25519 from @scure/sr25519
- other account types (
ecdsa,ed25519,ethereum) dropped
