Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

FuelLabs/fuel-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ 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.