microsoft / go-crypto-openssl

Go crypto backend for Linux using OpenSSL
MIT License
61 stars 15 forks source link

Move BigInt to its own file #27

Closed qmuntal closed 2 years ago

qmuntal commented 2 years ago

Go crypto references boring.BigInt unconditionally, even if it is not finally used. To do so, it is placed in a file without build constraints.

We should do the same, else Go compilation fails.