fuel-crypto icon indicating copy to clipboard operation
fuel-crypto copied to clipboard

Fuel cryptographic primitives.

⚠ Archival Notice

This repo is no longer active and has been moved to: https://github.com/FuelLabs/fuel-vm/tree/master/fuel-crypto

Fuel Crypto

build crates.io docs discord

Fuel cryptographic primitives.

Compile features

  • std: Unless set, the crate will link to the core-crate instead of the std-crate. More info here.
  • random: Implement no-std rand features for the provided types.
  • serde: Add support for serde for the provided types.