Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSS2021 SecLab WriteUp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Renk, Jonas
CSS2021 SecLab WriteUp
Commits
1c890796
Verified
Commit
1c890796
authored
3 years ago
by
Renk, Jonas
Browse files
Options
Downloads
Patches
Plain Diff
Final touch
parent
b4ed8d3b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
euklidischer-algorithmus.md
+5
-3
5 additions, 3 deletions
euklidischer-algorithmus.md
with
5 additions
and
3 deletions
euklidischer-algorithmus.md
+
5
−
3
View file @
1c890796
...
@@ -7,9 +7,11 @@ Gegeben ist lediglich eine Diophantische Gleichung:
...
@@ -7,9 +7,11 @@ Gegeben ist lediglich eine Diophantische Gleichung:
## Lösung
## Lösung
Herleitung und Code steh
t
in
[
Weak Hybrid Encryption
](
weak-hybrid-encryption
)
.
Herleitung und Code steh
en
in
[
Weak Hybrid Encryption
](
weak-hybrid-encryption
)
.
Wir müssen nur noch einsetzen:
Wir müssen nur noch einsetzen:
```
python
```
python
In
[
1
]:
euclid
(
53
,
737
)
In
[
1
]:
_
,
x
,
y
=
euclid
(
53
,
737
)
Out
[
1
]:
(
1
,
-
292
,
21
)
In
[
2
]:
x
,
y
Out
[
2
]:
(
-
292
,
21
)
```
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment