MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / encrypt_part

Function encrypt_part

src/ciphers/trifid.rs:90–105  ·  view source on GitHub ↗

Arranges the trigram value of each letter of message_part vertically and joins them horizontally.

(message_part: &str, char_to_num: &CharToNum)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

trifid_encryptFunction · 0.85
test_encrypt_partFunction · 0.85

Calls 2

pushMethod · 0.80
getMethod · 0.45

Tested by 1

test_encrypt_partFunction · 0.68