Ask Your Question

Monapp's profile - activity

2024-04-25 14:01:14 +0200 received badge  Popular Question (source)
2024-04-09 13:40:44 +0200 answered a question Duplicated Reed-Muller codes

On the same topic, is it possible to do Shortened Reed-Solomon codes?

2024-04-09 11:26:40 +0200 edited question Duplicated Reed-Muller codes

Duplicated RM codes Hey, Can we do duplicated Reed-Muller codes in sagemath as used in HQC? I saw the sage documentati

2024-04-09 10:39:17 +0200 asked a question Duplicated Reed-Muller codes

Duplicated RM codes Hey, Can we do duplicated Reed-Muller codes in sagemath as used in HQC? I saw the sage documentati

2023-12-21 15:26:32 +0200 marked best answer Where does sagemath's speed in calculating gcd come from?

Hey, I was wondering how can sagemath can calculate gcds without calculating the numbers at stake? For instance,

sage: from Crypto.Util.number import long_to_bytes, inverse, bytes_to_long
sage: from Crypto.Hash import SHA256
sage: e = 65537
sage: gcd(bytes_to_long(SHA256.new(data=b'first').digest())^e-35211653423, bytes_to_long(SHA256.new(data=b'second').digest())^e-156535482153)

is computed nearly instantly while it will take forever for sage to calculate bytes_to_long(SHA256.new(data=b'first').digest())^e.

Is it perhaps part of symbolic computation?

Thanks :)

2023-12-16 10:41:37 +0200 received badge  Supporter (source)
2023-12-13 21:28:48 +0200 asked a question Where does sagemath's speed in calculating gcd come from?

Where does sagemath's speed in calculating gcd come from? Hey, I was wondering how can sagemath can calculate gcds witho

2023-12-13 21:19:59 +0200 received badge  Editor (source)
2023-12-13 21:19:59 +0200 edited question Where come from the speed of sagemath for the gcd function?

Where come from the speed of sagemath for the gcd function? Hey, I was wondering how can sagemath can calculate gcds wit

2023-12-13 21:19:48 +0200 asked a question Where come from the speed of sagemath for the gcd function?

Where come from the speed of sagemath for the gcd function? Hey, I was wondering how can sagemath can calculate gcds wit

2023-09-12 22:11:34 +0200 commented question p.resultant(...) returning a TypeError: Singular error:

It seems that p.sylvester_matrix(h,y).determinant() works, should it be pointed out in a git issue?

2023-09-12 22:01:13 +0200 commented question p.resultant(...) returning a TypeError: Singular error:

Oh, thanks for the comment. Maybe I should point out the unclear error with an issue git 🤔

2023-09-12 19:39:21 +0200 received badge  Student (source)
2023-09-12 19:38:41 +0200 asked a question p.resultant(...) returning a TypeError: Singular error:

p.resultant(...) returning a TypeError: Singular error: Hello, I use sage version 10.1 with Python 3.11.5 and defining