incubator-milagro-crypto-c icon indicating copy to clipboard operation
incubator-milagro-crypto-c copied to clipboard

Apache milagro (Incubating)

Results 28 incubator-milagro-crypto-c issues
Sort by recently updated
recently updated
newest added

When I try to build the new version of the library (master branch) with FP256BN as one of the curves it fails because config_curve_FP256BN.h doesn't have ATE_BITS_FP256BN set correctly. It...

* Enable undefined behaviour sanitizer and fix what it reveals. * Fix the documentation * Fix some gcc warings, by eg replacing strncpy with memcpy.

## Description There doesn't seem to be mentions of an official Milagro C++ wrapper and following in line with https://github.com/apache/incubator-milagro-crypto-c/issues/24, work on a potential C++ implementation _behind_ a C API...

I'm trying to package this library with Nix. But I'm getting the following error: ``` > 97% tests passed, 1 tests failed out of 39 > > Total Test time...

## Goal Update README to make master the default branch ## Resources ## Acceptance criteria 1. Code is commented 2. Tests pass 3. Tests pass with more than 80% test...

## Goal It should be an option to either use the Milagro CSPRNG or to use the one provided by the OS. The API should not change when using the...

We may want to support AES encryption/decryption optimized with Intel AES-NI in case of common server platform in case we dont already use an hsm. Algorithm proposed: 1. Detect if...

enhancement

Hi, I recently run into a rather interesting problem. It appears to me that the RSA key generation in milagro might sometimes be incorrect, and I have no ideas to...

Hello there. I'm trying to implement some idemix support for the fabric hyperledger tool. Main thread here: https://lists.hyperledger.org/g/fabric/message/6625 I wonder if all the python wrappers are available for the milagro...

Hello, We've prepared bunch of changes that enable milagro compilation in MS Visual Studio. The changes can be divided into 3 groups: 1. trivial nametype clash 2. variable array stack...