This website requires JavaScript.
Explore
Help
Sign In
min
/
boring2
Watch
1
Star
0
Fork
You've already forked boring2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c09ec835fa
boring2
/
native
/
bn_is_zero.c
5 lines
78 B
C
Raw
Blame
History
#
include
<openssl/bn.h>
int
bn_is_zero
(
BIGNUM
*
x
)
{
return
BN_is_zero
(
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink