1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-09 03:00:23 +08:00

优化性能

This commit is contained in:
源文雨
2022-09-30 23:01:22 +08:00
parent 71948481ee
commit ec2f2580cf
7 changed files with 93 additions and 67 deletions

6
uint128be.go Normal file
View File

@@ -0,0 +1,6 @@
package unibase2n
type usgnint128 struct {
a uint64
b uint64
}