bike-kem icon indicating copy to clipboard operation
bike-kem copied to clipboard

Additional implementation of BIKE (Bit Flipping Key Encapsulation)

Results 4 bike-kem issues
Sort by recently updated
recently updated
newest added

hi all. how i can help and test a future implementation with endianness safe?

`cmake -DCMAKE_BUILD_TYPE=Release -DVERBOSE=4 ..` Does not compile due to warning (decode.c:130)

Hello, I am trying to target an ARM 32-bit processor ... can the code be ported ? where should i start looking for the incompatible instructions ? Thanks,

I have integrated BIKE into the leancrypto library [1]. The implementation works and complies with the BIKE-1 through 3 round 4 vectors. The implementations are provided for both user space...