Registry / crypto / ciri-utils

ciri-utils

JSON →
library0.2.2rbrubygemsunverified

Provides utility functions for big endian encode/decode, hex/bytes conversion, and keccak256 hashing.

gem install ciri-utils
INSTALL
IMPORT
SIG · CIRI-UTILS
C
ciri-utils
cryptorubyv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ciri::Utils
require 'ciri/utils'

Converts a hex string to bytes using Ciri Utils.

require 'ciri/utils' # Example: hex to bytes conversion hex = "0x68656c6c6f" bytes = Ciri::Utils.hex_to_bytes(hex) puts bytes.inspect
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
ciri-utils — gem install ciri-utils · libregistry