ref-fvm
ref-fvm copied to clipboard
Factor out crypto dependency
The FVM currently implements lots of Filecoin-specific crypto internally. However, we'd prefer to factor this out to an "extern" to remove the dependency on filcrypto for users who don't need it.
This will also:
- Partially prepares for features like #1787.
- Make updating filcrypto much easier. Ideally, we'd backport this feature to fvm v2 as well.
We're likely just going to go directly for https://github.com/filecoin-project/ref-fvm/issues/1787.