BigInt
BigInt copied to clipboard
Data Conversion - support for `[UInt8]`
For now, we can initialize with Data, so from a [UInt8] using Data(bytes). Could we implement a more optimized way to use [UInt8] directly without a conversion to Data? (To improve performances)