NAME
Alien::libsecp256k1 - Interface to libsecp256k1
SYNOPSIS
See Alien::Build::Manual::AlienUser.
DESCRIPTION
This module may be used by other modules that require libsecp256k1.
The module installs the library version 0.5.1
. It may be updated to install new versions when they become available.
Testing
This alien skips building or running libsecp256k1 tests by default because it requires much more time than building the library alone. To run them manually, environmental variable ALIEN_LIBSECP256K1_RUN_TESTS
must be set to true value during module install.
SEE ALSO
AUTHOR
Bartosz Jarzyna <bbrtj.pro@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2024 by Bartosz Jarzyna
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.