Skip to content

RajeshRk18/crypto-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build

cargo build --release

Usage

1. Hex to Limb Conversion

256 Bits

  • 32-bit word

./target/release/u256 32 <HEX>
  • 64-bit word

./target/release/u256 64 <HEX>

384 Bits

  • 32-bit word

./target/release/u381 32 <HEX>
  • 64-bit word

./target/release/u381 64 <HEX>

2. 64 bits to 32 bits limb conversion

./target/release/limb_convert <l_0 l_1 l_2 .. l_n>

About

Rust script to convert integers in hex to limb representation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages