docs.rs failed to build dusk-vm-1.4.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dusk-vm-1.1.0
Dusk VM
The Dusk VM is a virtual machine designed for Dusk, enabling secure and efficient execution of smart contracts, state transitions, and cryptographic operations tailored for zero-knowledge-based applications.
It serves as the execution engine of the Dusk Blockchain, leveraging advanced cryptographic primitives and frameworks to support privacy-preserving, compliant and scalable decentralized applications.
Features
- State Management: Manage blockchain state using sessions for isolated transaction execution and finalization.
- Cryptographic Support: Offers built-in support for hashing (Poseidon), signature verification (BLS, Schnorr), and proof validation (PLONK, Groth16).
- Virtual Machine for zk-SNARK Applications: Optimized for privacy-preserving computations.
Installation
Add dusk-vm to your Cargo.toml:
[]
= "0.x" # Replace with the latest version
Documentation
For detailed usage and API examples, refer to the crate documentation on docs.rs.
License
License: MPL-2.0