Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 440 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 440 Bytes

UInt256

A 256 bit unsigned integer struct for Swift.

Part of the CryptoCoinSwift framework, but it can be used independently.

Tests are based on Bigi from CryptoCoinJS, but without its variable length.

Take a look at the [playground](UInt256 documentation.playground/section-1.swift) to see what it can do.