mirror of
https://github.com/status-im/nim-ttmath.git
synced 2025-02-22 09:18:14 +00:00
Expose bytes for uint
This commit is contained in:
parent
001f78f27c
commit
e3eaaec93a
@ -5,7 +5,7 @@ const TTMATH_HEADER = ttmathPath & DirSep & "headers" & DirSep & "ttmath.h"
|
||||
|
||||
type
|
||||
UInt256* {.importc: "ttmath::UInt<4>", header: TTMATH_HEADER.} = object
|
||||
table: array[4, uint64]
|
||||
table*: array[4, uint64]
|
||||
|
||||
stdString {.importc: "std::string", header: "<string.h>".} = object
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
packageName = "ttmath"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "A Nim wrapper for ttmath: big numbers with fixed size"
|
||||
license = "Apache License 2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user