- 👋 Hi, I’m @agnesdelgado
- 👀 I’m interested in Java
- 💞️ I’m looking to collaborate on github.com/agnesdelgado
- 📫 How to reach me agnesdelgado27352@gmail.com
:)
Popular repositories Loading
-
from-typing-import-Any-List-Optional-Tuple
from-typing-import-Any-List-Optional-Tuple Publicimport hashlib import secrets from reference import * infinity = None def cbytes(P: Point) -> bytes: a = b'\x02' if has_even_y(P) else b'\x03' return a + bytes_from_point(P) def point_negate(P: Poi…
-
-
def-sign-secnonce-bytes-sk-bytes-aggnonce-bytes-pubkeys-List-bytes-msg-bytes---bytes-
def-sign-secnonce-bytes-sk-bytes-aggnonce-bytes-pubkeys-List-bytes-msg-bytes---bytes- PublicR = pointc(aggnonce) assert not is_infinite(R) Q = key_agg_internal(pubkeys) k_ = int_from_bytes(secnonce) assert 0 < k_ < n k = k_ if has_even_y(R) else n - k_ d_ = int_from_bytes(sk) assert 0 < d…
-
def-test_sign_and_verify_random-iters-
def-test_sign_and_verify_random-iters- Publicfor i in range(iters): sk_1 = secrets.token_bytes(32) sk_2 = secrets.token_bytes(32) pk_1 = bytes_from_point(point_mul(G, int_from_bytes(sk_1))) pk_2 = bytes_from_point(point_mul(G, int_from_bytes(…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.