MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / generate_decryption_key

Method generate_decryption_key

ciphers/hill_cipher.cpp:372–411  ·  view source on GitHub ↗

* @brief Generate decryption matrix from an encryption matrix key. * * @param encrypt_key encryption key for which to create a decrypt key * @return Decryption martix */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

determinant_luFunction · 0.85
get_inverseFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected