-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Function]: Create the encrypte functions DES #3
Open
lpieri
wants to merge
7
commits into
des
Choose a base branch
from
dev/functions/des
base: des
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Apr 20, 2020
-
Create branch dev/functions/des
Louise P committedApr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 84c80e9 - Browse repository at this point
Copy the full SHA 84c80e9View commit details
Commits on Apr 22, 2020
-
[Setting]: Creation of master files
- Create cbc.c & cbc.h - Create ecb.c & ecb.h
Louise P committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for b1e22aa - Browse repository at this point
Copy the full SHA b1e22aaView commit details
Commits on Apr 27, 2020
-
[Try]: Writing the code of the algo "des"
- Create file des_key_schedule.c - Create functions "permute_block" & "des_key_schedule" - Create global tab "g_permute_tab" in des file Next Change: - Continue des try... - Continue the read of doc
Louise P committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for a6de94f - Browse repository at this point
Copy the full SHA a6de94fView commit details -
- Create printer for the permutation of bits - Update & testing the function permute_block (ok) Next Change: - Slip block in 2 blocks of 32 bits - Create function for the cycle
Louise P committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for b1238ba - Browse repository at this point
Copy the full SHA b1238baView commit details
Commits on Apr 29, 2020
-
- Change function block-permute in des-permute - Slip the block of 64 bits in two block of 32 bits - Permute the second part of block 32 bits in 48 bits Next Change: - Slip the 48 part of block in tiny blocks of 4 bits - Permute the key of 64 bits in 56 bits and 48 bits...
Louise P committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 725f8a4 - Browse repository at this point
Copy the full SHA 725f8a4View commit details
Commits on May 4, 2020
-
[Try]: Writing the function of key generator
- Re-write the function des_key_schedule - Create structure for the des_key - Progress in the blocks cycle [Next Change]: - Continue the des_key_schedule - Continue the blocks cycle
Louise P committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for fa79401 - Browse repository at this point
Copy the full SHA fa79401View commit details
Commits on May 5, 2020
-
[Try]: Writing the function of the key gen
- Duplicate the function des_key_schedule: - One return struct t_des_keys - Other one return pointer of uint32_t - Create while i < 16 for the cycle [Next Change]: - Writing the xor of key and blocks - Inverse the left block with the right block
Louise P committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for aaaadb4 - Browse repository at this point
Copy the full SHA aaaadb4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.