Skip to content

Commit 5a43bcb

Browse files
committed
comments - git tags
1 parent 97b3803 commit 5a43bcb

31 files changed

+76
-15
lines changed

src/pk/ecc/ecc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,3 @@ const ltc_ecc_set_type ltc_ecc_sets[] = {
418418
/* ref: $Format:%D$ */
419419
/* git commit: $Format:%H$ */
420420
/* commit time: $Format:%ai$ */
421-

src/pk/ecc/ecc_decrypt_key.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@ int ecc_decrypt_key(const unsigned char *in, unsigned long inlen,
140140
/* ref: $Format:%D$ */
141141
/* git commit: $Format:%H$ */
142142
/* commit time: $Format:%ai$ */
143-

src/pk/ecc/ecc_dp_clear.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ int ecc_dp_clear(ltc_ecc_set_type *dp)
2929
}
3030

3131
#endif
32+
33+
/* ref: $Format:%D$ */
34+
/* git commit: $Format:%H$ */
35+
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_dp_fill_from_sets.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ int ecc_dp_fill_from_sets(ltc_ecc_set_type *dp)
5151
}
5252

5353
#endif
54+
55+
/* ref: $Format:%D$ */
56+
/* git commit: $Format:%H$ */
57+
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_dp_from_oid.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ int ecc_dp_set_by_oid(ltc_ecc_set_type *dp, unsigned long *oid, unsigned long oi
7878
}
7979

8080
#endif
81+
82+
/* ref: $Format:%D$ */
83+
/* git commit: $Format:%H$ */
84+
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_dp_from_params.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ int ecc_dp_set_bn(ltc_ecc_set_type *dp, void *a, void *b, void *prime, void *ord
7878
}
7979

8080
#endif
81+
82+
/* ref: $Format:%D$ */
83+
/* git commit: $Format:%H$ */
84+
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_dp_init.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ int ecc_dp_init(ltc_ecc_set_type *dp)
2929
}
3030

3131
#endif
32+
33+
/* ref: $Format:%D$ */
34+
/* git commit: $Format:%H$ */
35+
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_dp_set.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ int ecc_dp_set(ltc_ecc_set_type *dp, char *ch_prime, char *ch_A, char *ch_B, cha
9393
}
9494

9595
#endif
96+
97+
/* ref: $Format:%D$ */
98+
/* git commit: $Format:%H$ */
99+
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_encrypt_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ int ecc_encrypt_key(const unsigned char *in, unsigned long inlen,
123123
}
124124

125125
#endif
126+
126127
/* ref: $Format:%D$ */
127128
/* git commit: $Format:%H$ */
128129
/* commit time: $Format:%ai$ */
129-

src/pk/ecc/ecc_export.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int ecc_export(unsigned char *out, unsigned long *outlen, int type, ecc_key *key
6969
}
7070

7171
#endif
72+
7273
/* ref: $Format:%D$ */
7374
/* git commit: $Format:%H$ */
7475
/* commit time: $Format:%ai$ */
75-

0 commit comments

Comments
 (0)