Skip to content

Commit

Permalink
feat(cpsec): aggiunto riassunto per cyber-physical security
Browse files Browse the repository at this point in the history
  • Loading branch information
rickysixx committed Feb 17, 2024
1 parent 279d30f commit 749ac81
Show file tree
Hide file tree
Showing 46 changed files with 8,289 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
source_file: |
algoritmi-di-crittografia/riassunto_algoritmi_crittografia.typ
cyber-physical-security/riassunto_cpsec.typ
high-performance-computing/riassunto_hpc.typ
introduction-to-quantum-information-processing/riassunto_quantum.typ
- name: Upload PDF files
Expand All @@ -23,6 +24,7 @@ jobs:
name: PDFs
path: |
algoritmi-di-crittografia/riassunto_algoritmi_crittografia.pdf
cyber-physical-security/riassunto_cpsec.pdf
high-performance-computing/riassunto_hpc.pdf
introduction-to-quantum-information-processing/riassunto_quantum.pdf
- name: Get current date
Expand All @@ -35,5 +37,6 @@ jobs:
name: "${{ github.ref_name }} — ${{ env.DATE }}"
files: |
algoritmi-di-crittografia/riassunto_algoritmi_crittografia.pdf
cyber-physical-security/riassunto_cpsec.pdf
high-performance-computing/riassunto_hpc.pdf
introduction-to-quantum-information-processing/riassunto_quantum.pdf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
algoritmi-di-crittografia/*.pdf
cyber-physical-security/*.pdf
high-performance-computing/*.pdf
introduction-to-quantum-information-processing/*.pdf
1 change: 1 addition & 0 deletions cyber-physical-security/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- il riassunto è basato sul programma dell'a.a. 2022-2023
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,290 changes: 1,290 additions & 0 deletions cyber-physical-security/assets/AES-AddRoundKey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,026 changes: 1,026 additions & 0 deletions cyber-physical-security/assets/AES-MixColumns.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
916 changes: 916 additions & 0 deletions cyber-physical-security/assets/AES-ShiftRows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,012 changes: 1,012 additions & 0 deletions cyber-physical-security/assets/AES-SubBytes.svg

Large diffs are not rendered by default.

Loading

0 comments on commit 749ac81

Please sign in to comment.