MCPcopy Create free account
hub / github.com/OpenGenus/cosmos / round

Method round

code/cryptography/src/des_cipher/des_java/DES.java:183–210  ·  view source on GitHub ↗

Round function that takes 64-bit and 48-bit key Gives a 64-bit output There will be 16 rounds in DES @param input 64-bit @param key 48-bit @param num Round Number @return String 64-bit

(String input, String key, int num)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

encryptMethod · 0.95
decryptMethod · 0.95
applyMethod · 0.80
check_squareFunction · 0.80
unfactorialFunction · 0.80
MergeSortMethod · 0.80

Calls 3

permutationMethod · 0.95
xorMethod · 0.95
sBoxMethod · 0.95

Tested by

no test coverage detected