MCPcopy Create free account

hub / github.com/Godspower-Eze/learn-cryptography-and-zk / functions

Functions275 in github.com/Godspower-Eze/learn-cryptography-and-zk

Functiondiv_assign
()
with_rust/ff/src/lib.rs:382
Methoddiv_assign
(&mut self, rhs: Self)
with_rust/ff/src/lib.rs:243
Methoddouble
(self, p)
with_python/utils/ecc/bandersnatch/curve.py:362
Methoddup
(self)
with_python/utils/ecc/bandersnatch/curve.py:407
Methodencrypt
(self, word: str, letter_mapping: Dict[str, str])
with_python/ciphers/simple_substitution.py:61
Methodencrypt
(self, _word: str)
with_python/ciphers/polyaphabetic_cipher.py:87
Methodencrypt
(self, word: str, random_numbers: list[int])
with_python/ciphers/xor_and_one_time_pad.py:85
Methodencrypt
(self, word: str, random_numbers: list)
with_python/ciphers/one_time_pad.py:85
Methodencrypt_sentence
(self, _sentence: str)
with_python/ciphers/caesar_cipher.py:88
Methodfrom_bytes
(bytes)
with_python/utils/ecc/bandersnatch/fields.py:96
Methodfrom_bytes
(self)
with_python/utils/ecc/bandersnatch/curve.py:177
Methodfrom_bytes_reduce
(bytes_little_endian: int, modulus: int)
with_python/utils/fields.py:53
Methodfrom_bytes_reduce
(bytes)
with_python/utils/ecc/bandersnatch/fields.py:99
Methodfrom_field
(value: isize)
with_rust/ff/src/lib.rs:161
Methodgenerate
(degree: usize, num_of_points: usize)
with_rust/sss/src/lib.rs:41
Methodgenerate_numbers
(self, length: int)
with_python/ciphers/xor_and_one_time_pad.py:55
Methodgenerate_numbers
(self, length: int)
with_python/ciphers/one_time_pad.py:58
Methodgenerate_polynomial
(degree: usize)
with_rust/sss/src/lib.rs:20
Methodgenerate_random_letters
(self)
with_python/ciphers/simple_substitution.py:48
Methodgenerator
()
with_python/utils/ecc/bandersnatch/curve.py:287
Methodget_lagrange_polynomial
(x_value: F, x_values: &Vec<F>)
with_rust/poly/src/lib.rs:105
Methodget_y_coordinate
(x, return_positive_y)
with_python/utils/ecc/bandersnatch/curve.py:212
Methodidentity
()
with_python/utils/ecc/bandersnatch/curve.py:283
Functioninterpolate
()
with_rust/poly/src/lib.rs:268
Methodinterpolate
(y_values: &Vec<F>)
with_rust/poly/src/lib.rs:85
Methodinterpolate_xy
(x_values: &Vec<F>, y_values: &Vec<F>)
with_rust/poly/src/lib.rs:93
Functionis_order
()
with_rust/ff/src/lib.rs:416
Methodis_order
(&self, order: usize)
with_rust/ff/src/lib.rs:75
Methodlexographically_largest
(x: 'Field', q_min_one_div_2: int)
with_python/utils/fields.py:58
Methodlexographically_largest
(self)
with_python/utils/ecc/bandersnatch/fields.py:105
Functionmain
()
with_rust/stark101/src/main.rs:4
Functionmi
()
with_rust/ff/src/lib.rs:266
Functionmul
()
with_rust/poly/src/lib.rs:202
Functionmul
()
with_rust/ff/src/lib.rs:307
Methodmul
(self, other: Self)
with_rust/poly/src/lib.rs:131
Methodmul
(self, rhs: Self)
with_rust/ff/src/lib.rs:198
Functionmul_assign
()
with_rust/ff/src/lib.rs:320
Methodmul_assign
(&mut self, rhs: Self)
with_rust/ff/src/lib.rs:206
Methodmulti_inv
(values)
with_python/utils/ecc/bandersnatch/fields.py:108
Methodneg
(self)
with_rust/ff/src/lib.rs:252
Methodneg
(self, p)
with_python/utils/ecc/bandersnatch/curve.py:291
Methodnew
(coefficients: Vec<F>)
with_rust/poly/src/lib.rs:39
Methodnew
(element: isize)
with_rust/ff/src/lib.rs:48
Functionnormalize_inner
(plane: List[int])
with_python/commitments/hashing/sha3/utils.py:243
Functionnormalize_inner_second
(lane: int)
with_python/commitments/hashing/sha3/utils.py:235
Functionnot_bytes
(a: bytes)
with_python/utils/operations.py:1
Methodone
()
with_rust/poly/src/lib.rs:50
Methodone
()
with_rust/ff/src/lib.rs:56
Methodone
()
with_python/utils/ecc/bandersnatch/fields.py:93
Functionor_bytes
(a: bytes, b: bytes)
with_python/utils/operations.py:9
Methodrecover
(secret: E, points: &Vec<(E, E)>)
with_rust/sss/src/lib.rs:70
Methodrem
(self, rhs: usize)
with_rust/ff/src/lib.rs:14
Methodscalar_mul
(self, point, scalar: Fr)
with_python/utils/ecc/bandersnatch/curve.py:366
Functionsss
()
with_rust/sss/src/lib.rs:90
Methodstring
(self)
with_python/utils/fields.py:61
Functionsub
()
with_rust/ff/src/lib.rs:333
Methodsub
(self, rhs: Self)
with_rust/ff/src/lib.rs:215
Methodsub
(self, p, q)
with_python/utils/ecc/bandersnatch/curve.py:357
Functionsub_assign
()
with_rust/ff/src/lib.rs:351
Methodsub_assign
(&mut self, rhs: Self)
with_rust/ff/src/lib.rs:227
Methodtest_add
(self)
with_python/test/utils/test_fields.py:30
Methodtest_div_inv
(self)
with_python/test/utils/test_fields.py:56
Methodtest_inv
(self)
with_python/test/utils/test_fields.py:72
Methodtest_mul
(self)
with_python/test/utils/test_fields.py:43
Methodtest_multi_inv
(self)
with_python/test/utils/test_fields.py:117
Methodtest_neg
(self)
with_python/test/utils/test_fields.py:98
Methodtest_serialise
(self)
with_python/test/utils/test_fields.py:109
Methodtest_sqrt_sqr
(self)
with_python/test/utils/test_fields.py:84
Methodtest_sub
(self)
with_python/test/utils/test_fields.py:8
Methodto_bytes
(self)
with_python/utils/ecc/bandersnatch/fields.py:102
Methodto_bytes
(self)
with_python/utils/ecc/bandersnatch/curve.py:404
Methodx
()
with_rust/poly/src/lib.rs:46
Methodzero
()
with_rust/poly/src/lib.rs:54
Methodzero
()
with_rust/ff/src/lib.rs:52
Methodzero
()
with_python/utils/ecc/bandersnatch/fields.py:90
← previous201–275 of 275, ranked by callers