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

Function gcd

src/ciphers/rsa_cipher.rs:47–54  ·  view source on GitHub ↗

Computes the greatest common divisor using Euclid's algorithm # Arguments `a` - First number `b` - Second number # Returns The GCD of `a` and `b`

(mut a: u64, mut b: u64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

check_determinantMethod · 0.70
generate_keypairFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected