Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Godspower-Eze/learn-cryptography-and-zk
/ functions
Functions
275 in github.com/Godspower-Eze/learn-cryptography-and-zk
⨍
Functions
275
◇
Types & classes
37
Function
div_assign
()
with_rust/ff/src/lib.rs:382
Method
div_assign
(&mut self, rhs: Self)
with_rust/ff/src/lib.rs:243
Method
double
(self, p)
with_python/utils/ecc/bandersnatch/curve.py:362
Method
dup
(self)
with_python/utils/ecc/bandersnatch/curve.py:407
Method
encrypt
(self, word: str, letter_mapping: Dict[str, str])
with_python/ciphers/simple_substitution.py:61
Method
encrypt
(self, _word: str)
with_python/ciphers/polyaphabetic_cipher.py:87
Method
encrypt
(self, word: str, random_numbers: list[int])
with_python/ciphers/xor_and_one_time_pad.py:85
Method
encrypt
(self, word: str, random_numbers: list)
with_python/ciphers/one_time_pad.py:85
Method
encrypt_sentence
(self, _sentence: str)
with_python/ciphers/caesar_cipher.py:88
Method
from_bytes
(bytes)
with_python/utils/ecc/bandersnatch/fields.py:96
Method
from_bytes
(self)
with_python/utils/ecc/bandersnatch/curve.py:177
Method
from_bytes_reduce
(bytes_little_endian: int, modulus: int)
with_python/utils/fields.py:53
Method
from_bytes_reduce
(bytes)
with_python/utils/ecc/bandersnatch/fields.py:99
Method
from_field
(value: isize)
with_rust/ff/src/lib.rs:161
Method
generate
(degree: usize, num_of_points: usize)
with_rust/sss/src/lib.rs:41
Method
generate_numbers
(self, length: int)
with_python/ciphers/xor_and_one_time_pad.py:55
Method
generate_numbers
(self, length: int)
with_python/ciphers/one_time_pad.py:58
Method
generate_polynomial
(degree: usize)
with_rust/sss/src/lib.rs:20
Method
generate_random_letters
(self)
with_python/ciphers/simple_substitution.py:48
Method
generator
()
with_python/utils/ecc/bandersnatch/curve.py:287
Method
get_lagrange_polynomial
(x_value: F, x_values: &Vec<F>)
with_rust/poly/src/lib.rs:105
Method
get_y_coordinate
(x, return_positive_y)
with_python/utils/ecc/bandersnatch/curve.py:212
Method
identity
()
with_python/utils/ecc/bandersnatch/curve.py:283
Function
interpolate
()
with_rust/poly/src/lib.rs:268
Method
interpolate
(y_values: &Vec<F>)
with_rust/poly/src/lib.rs:85
Method
interpolate_xy
(x_values: &Vec<F>, y_values: &Vec<F>)
with_rust/poly/src/lib.rs:93
Function
is_order
()
with_rust/ff/src/lib.rs:416
Method
is_order
(&self, order: usize)
with_rust/ff/src/lib.rs:75
Method
lexographically_largest
(x: 'Field', q_min_one_div_2: int)
with_python/utils/fields.py:58
Method
lexographically_largest
(self)
with_python/utils/ecc/bandersnatch/fields.py:105
Function
main
()
with_rust/stark101/src/main.rs:4
Function
mi
()
with_rust/ff/src/lib.rs:266
Function
mul
()
with_rust/poly/src/lib.rs:202
Function
mul
()
with_rust/ff/src/lib.rs:307
Method
mul
(self, other: Self)
with_rust/poly/src/lib.rs:131
Method
mul
(self, rhs: Self)
with_rust/ff/src/lib.rs:198
Function
mul_assign
()
with_rust/ff/src/lib.rs:320
Method
mul_assign
(&mut self, rhs: Self)
with_rust/ff/src/lib.rs:206
Method
multi_inv
(values)
with_python/utils/ecc/bandersnatch/fields.py:108
Method
neg
(self)
with_rust/ff/src/lib.rs:252
Method
neg
(self, p)
with_python/utils/ecc/bandersnatch/curve.py:291
Method
new
(coefficients: Vec<F>)
with_rust/poly/src/lib.rs:39
Method
new
(element: isize)
with_rust/ff/src/lib.rs:48
Function
normalize_inner
(plane: List[int])
with_python/commitments/hashing/sha3/utils.py:243
Function
normalize_inner_second
(lane: int)
with_python/commitments/hashing/sha3/utils.py:235
Function
not_bytes
(a: bytes)
with_python/utils/operations.py:1
Method
one
()
with_rust/poly/src/lib.rs:50
Method
one
()
with_rust/ff/src/lib.rs:56
Method
one
()
with_python/utils/ecc/bandersnatch/fields.py:93
Function
or_bytes
(a: bytes, b: bytes)
with_python/utils/operations.py:9
Method
recover
(secret: E, points: &Vec<(E, E)>)
with_rust/sss/src/lib.rs:70
Method
rem
(self, rhs: usize)
with_rust/ff/src/lib.rs:14
Method
scalar_mul
(self, point, scalar: Fr)
with_python/utils/ecc/bandersnatch/curve.py:366
Function
sss
()
with_rust/sss/src/lib.rs:90
Method
string
(self)
with_python/utils/fields.py:61
Function
sub
()
with_rust/ff/src/lib.rs:333
Method
sub
(self, rhs: Self)
with_rust/ff/src/lib.rs:215
Method
sub
(self, p, q)
with_python/utils/ecc/bandersnatch/curve.py:357
Function
sub_assign
()
with_rust/ff/src/lib.rs:351
Method
sub_assign
(&mut self, rhs: Self)
with_rust/ff/src/lib.rs:227
Method
test_add
(self)
with_python/test/utils/test_fields.py:30
Method
test_div_inv
(self)
with_python/test/utils/test_fields.py:56
Method
test_inv
(self)
with_python/test/utils/test_fields.py:72
Method
test_mul
(self)
with_python/test/utils/test_fields.py:43
Method
test_multi_inv
(self)
with_python/test/utils/test_fields.py:117
Method
test_neg
(self)
with_python/test/utils/test_fields.py:98
Method
test_serialise
(self)
with_python/test/utils/test_fields.py:109
Method
test_sqrt_sqr
(self)
with_python/test/utils/test_fields.py:84
Method
test_sub
(self)
with_python/test/utils/test_fields.py:8
Method
to_bytes
(self)
with_python/utils/ecc/bandersnatch/fields.py:102
Method
to_bytes
(self)
with_python/utils/ecc/bandersnatch/curve.py:404
Method
x
()
with_rust/poly/src/lib.rs:46
Method
zero
()
with_rust/poly/src/lib.rs:54
Method
zero
()
with_rust/ff/src/lib.rs:52
Method
zero
()
with_python/utils/ecc/bandersnatch/fields.py:90
← previous
201–275 of 275, ranked by callers