kazu-yamamoto / crypton

lowlevel set of cryptographic primitives for haskell
Other
25 stars 16 forks source link

Fixing C symbol names #7

Closed kazu-yamamoto closed 1 year ago

kazu-yamamoto commented 1 year ago

@shlevy @angerman Should fix #6.

shlevy commented 1 year ago

Great, thanks for the speedy turnaround! Testing now.

shlevy commented 1 year ago

@kazu-yamamoto Linking still fails due to this definition in ed25519-donna-batchverify.h:

/* not actually used for anything other than testing */
unsigned char batch_point_buffer[3][32];
shlevy commented 1 year ago

8 will include additional symbol renames needed to get our project building.