[TP03] Done
This commit is contained in:
parent
a6c894ed56
commit
c2f25b8c2d
5 changed files with 175 additions and 41 deletions
17
TPs/TP03/compile_commands.json
Normal file
17
TPs/TP03/compile_commands.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"arguments": [
|
||||
"/usr/bin/gcc",
|
||||
"-c",
|
||||
"-Wall",
|
||||
"-O2",
|
||||
"-I/opt/homebrew/opt/openssl@3.2/include",
|
||||
"-o",
|
||||
"pbenc_aes_ctr_hmac",
|
||||
"pbenc_aes_ctr_hmac.c"
|
||||
],
|
||||
"directory": "/Users/afonso/projects/University/4ano/2sem/ES/2324-G05/TPs/TP03",
|
||||
"file": "/Users/afonso/projects/University/4ano/2sem/ES/2324-G05/TPs/TP03/pbenc_aes_ctr_hmac.c",
|
||||
"output": "/Users/afonso/projects/University/4ano/2sem/ES/2324-G05/TPs/TP03/pbenc_aes_ctr_hmac"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue