Skip to content

Commit aacf7c5

Browse files
committed
Fix function declaration in ecc.h
1 parent 8801920 commit aacf7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ecc/ecc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define CURVE25519_POINT_COMPRESSED_BYTES 32
1717
#define PROJ_COORD_RE_RAND_TOTAL_RAND_BYTES (4 * 256)
1818

19-
void ecsm();
19+
void ecsm(uint8_t *rxBuffer);
2020

2121

2222
#endif

0 commit comments

Comments
 (0)