issues
search
DaGenix
/
rust-crypto
A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.4k
stars
297
forks
source link
Fixes issue #445 : I can't compile
#454
Closed
rimbi
closed
5 months ago
rimbi
commented
5 years ago
Fixes the build problem which arises when the
host is windows
target is x86_64-pc-windows-gnu The problem is fixed by setting the compiler to gcc.
Fixes the build problem which arises when the