Skip to content

Commit

Permalink
Remove erroneous links
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-MS committed Aug 19, 2024
1 parent ce73492 commit 86709fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/crypto/constant_time_tool/Dudect.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ weight: 45

## Overview

[Dudect](https://github.com/oreparaz/dudect/) is a [statistical constant-time analysis tool]({{<ref "/docs/crypto/constant_time_tool/index#statistical-tools" >}}) that measures the execution time of a specific *code section* for two different *input classes* and aims to find the statical difference between the measurements of the two classes.
[Dudect](https://github.com/oreparaz/dudect/) is a statistical constant-time analysis tool that measures the execution time of a specific *code section* for two different *input classes* and aims to find the statical difference between the measurements of the two classes.
If the timing measurements for the two input classes deviate from one another, it would suggest that the code is dependent on the input and, therefore, not constant time.
The two most commonly used input classes are:

Expand Down
2 changes: 1 addition & 1 deletion content/docs/crypto/constant_time_tool/timecop.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Importantly, Valgrind does not report any other operations performed on the secr

## Example

Below is a simple example of a modular exponentiation operation used in RSA, which we described in the [intro section]({{<ref "/docs/crypto/constant_time_tool/index#example-modular-exponentiation-timing-attacks">}})
Below is a simple example of a modular exponentiation operation used in RSA, which we described in the intro section.

```C
1 │ #include <stdio.h>
Expand Down

0 comments on commit 86709fb

Please sign in to comment.