mpc-ecdsa-getrandom-hack 1.0.0

Hack for multiple versions of getrandom in the multi-party-ecdsa dependency tree
Documentation
[package]
name = "mpc-ecdsa-getrandom-hack"
version = "1.0.0"
edition = "2018"
license = "MIT"
description = "Hack for multiple versions of getrandom in the multi-party-ecdsa dependency tree"

[dependencies]
# HACK: this is a hack to ensure we can compile `multi-party-ecdsa`
# HACK: with multiple versions of `getrandom` in the dependency tree
#
# SEE: https://github.com/LavaMoat/ecdsa-wasm#getrandom
getrandom = {version = "0.2", features = ["js"]}