Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Support 32-bit architecture #31

Merged
merged 2 commits into from
May 3, 2021
Merged

Support 32-bit architecture #31

merged 2 commits into from
May 3, 2021

Conversation

youngjoon-lee
Copy link
Contributor

@youngjoon-lee youngjoon-lee commented Apr 29, 2021

@kilic

In 32-bit architecture, the fromBig() in the fr.go panics. It works only in the 64-bit architecture, because it assumes that the word size is always 64 bits.

I found this issue when I use the aries-framework-go which uses this library:
hyperledger-archives/aries-framework-go#2758
You can find the detail error message from the link above.

I tested on my Ubuntu 32bit docker container by go test ./....

@youngjoon-lee youngjoon-lee marked this pull request as draft April 30, 2021 01:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants