Skip to content

Commit a5b999e

Browse files
rod-chapmanhanno-becker
authored andcommitted
Remove boilerplate comments from proof harness sources.
Signed-off-by: Rod Chapman <[email protected]>
1 parent 3c62882 commit a5b999e

File tree

14 files changed

+0
-197
lines changed

14 files changed

+0
-197
lines changed

cbmc/invntt_layer321/invntt_layer321_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file invntt_layer321_harness.c
11-
* @brief Implements the proof harness for invntt_layer321 function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void invntt_layer321(int16_t *r);
217

cbmc/invntt_layer54/invntt_layer54_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file invntt_layer54_harness.c
11-
* @brief Implements the proof harness for invntt_layer54 function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void invntt_layer54(int16_t *r);
217

cbmc/invntt_layer54_butterfly/invntt_layer54_butterfly_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file invntt_layer54_butterfly_harness.c
11-
* @brief Implements the proof harness for invntt_layer54_butterfly function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void invntt_layer54_butterfly(int16_t *r, int zeta_index, int start);
217

cbmc/invntt_layer6/invntt_layer6_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file invntt_layer6_harness.c
11-
* @brief Implements the proof harness for invntt_layer6 function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void invntt_layer6(int16_t *r);
217

cbmc/invntt_layer6_butterfly/invntt_layer6_butterfly_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file invntt_layer6_butterfly_harness.c
11-
* @brief Implements the proof harness for invntt_layer6_butterfly function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void invntt_layer6_butterfly(int16_t *r, int zeta_index, int start);
217

cbmc/invntt_layer7_invert/invntt_layer7_invert_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file invntt_layer7_invert_harness.c
11-
* @brief Implements the proof harness for invntt_layer7_invert function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void invntt_layer7_invert(int16_t *r);
217

cbmc/invntt_layer7_invert_butterfly/invntt_layer7_invert_butterfly_harness.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file invntt_layer7_invert_butterfly_harness.c
11-
* @brief Implements the proof harness for invntt_layer7_invert_butterfly
12-
* function.
13-
*/
14-
15-
/*
16-
* Insert project header files that
17-
* - include the declaration of the function
18-
* - include the types needed to declare function arguments
19-
*/
205
#include <ntt.h>
216
void invntt_layer7_invert_butterfly(int16_t *r, int zeta_index, int start);
227

cbmc/ntt_layer123/ntt_layer123_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file ntt_layer123_harness.c
11-
* @brief Implements the proof harness for ntt_layer123 function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void ntt_layer123(int16_t *r);
217

cbmc/ntt_layer45/ntt_layer45_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file ntt_layer45_harness.c
11-
* @brief Implements the proof harness for ntt_layer45 function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void ntt_layer45(int16_t *r);
217

cbmc/ntt_layer45_butterfly/ntt_layer45_butterfly_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file ntt_layer45_butterfly_harness.c
11-
* @brief Implements the proof harness for ntt_layer45_butterfly function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void ntt_layer45_butterfly(int16_t *r, int zeta_subtree_index, int start);
217

cbmc/ntt_layer6/ntt_layer6_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file ntt_layer6_harness.c
11-
* @brief Implements the proof harness for ntt_layer6 function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void ntt_layer6(int16_t *r);
217

cbmc/ntt_layer6_butterfly/ntt_layer6_butterfly_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file ntt_layer6_butterfly_harness.c
11-
* @brief Implements the proof harness for ntt_layer6_butterfly function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void ntt_layer6_butterfly(int16_t *r, int zeta_subtree_index, int start);
217

cbmc/ntt_layer7/ntt_layer7_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file ntt_layer7_harness.c
11-
* @brief Implements the proof harness for ntt_layer7 function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void ntt_layer7(int16_t *r);
217

cbmc/ntt_layer7_butterfly/ntt_layer7_butterfly_harness.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// SPDX-License-Identifier: MIT-0
44

5-
/*
6-
* Insert copyright notice
7-
*/
8-
9-
/**
10-
* @file ntt_layer7_butterfly_harness.c
11-
* @brief Implements the proof harness for ntt_layer7_butterfly function.
12-
*/
13-
14-
/*
15-
* Insert project header files that
16-
* - include the declaration of the function
17-
* - include the types needed to declare function arguments
18-
*/
195
#include <ntt.h>
206
void ntt_layer7_butterfly(int16_t *r, int zetaindex, int start);
217

0 commit comments

Comments
 (0)