mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove trailing coma
This commit is contained in:
@@ -40,7 +40,7 @@ enum poly1305_state_flags_t {
|
||||
poly1305_final_shift8 = 4,
|
||||
poly1305_final_shift16 = 8,
|
||||
poly1305_final_r2_r = 16, /* use [r^2,r] for the final block */
|
||||
poly1305_final_r_1 = 32, /* use [r,1] for the final block */
|
||||
poly1305_final_r_1 = 32 /* use [r,1] for the final block */
|
||||
};
|
||||
|
||||
typedef struct poly1305_state_internal_t {
|
||||
|
||||
Reference in New Issue
Block a user