Kaba package crypto ed
...
Classes ed
- class Crypto
Functions ed
- func static CryptoRSACreateKey_trial(out c1: Crypto, out c2: Crypto, bits: i32)
- func static bytes_to_number(s: bytes) -> BigInt
- func static create_keys(out c1: Crypto, out c2: Crypto, type: string, bits: i32)
- func static generate_prime(bits: i32) -> BigInt
- func static number_to_bytes(v: BigInt, nbytes: i32) -> bytes