Skip to content

Commit

Permalink
fix: the grumpkin curve ID in the blitzar_api should be unique (#195)
Browse files Browse the repository at this point in the history
fix: the grumpkin curve ID in the blitzar_api should not be the same as the bn254 curve ID
  • Loading branch information
jacobtrombetta authored Oct 29, 2024
1 parent 9f65485 commit 41dc7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbindings/blitzar_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#define SXT_CURVE_RISTRETTO255 0
#define SXT_CURVE_BLS_381 1
#define SXT_CURVE_BN_254 2
#define SXT_CURVE_GRUMPKIN 2
#define SXT_CURVE_GRUMPKIN 3

/** config struct to hold the chosen backend */
struct sxt_config {
Expand Down

0 comments on commit 41dc7bf

Please sign in to comment.