# Fuel Crypto
[](https://github.com/FuelLabs/fuel-vm/actions/workflows/ci.yml)
[](https://crates.io/crates/fuel-crypto)
[](https://docs.rs/fuel-crypto/)
[](https://discord.gg/xfpK4Pe)
Fuel cryptographic primitives.
## Compile features
- `std`: Unless set, the crate will link to the core-crate instead of the std-crate. More info [here](https://docs.rust-embedded.org/book/intro/no-std.html).
- `random`: Implement `no-std` [rand](https://crates.io/crates/rand) features for the provided types.
- `serde`: Add support for [serde](https://crates.io/crates/serde) for the provided types.