Opened 12 years ago
Closed 12 years ago
#5584 closed enhancement (duplicate)
[with patch, needs review]
Reported by: | malb | Owned by: | malb |
---|---|---|---|
Priority: | major | Milestone: | sage-3.4.1 |
Component: | commutative algebra | Keywords: | crypto, aes |
Cc: | burcin, rpw | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Before:
sage: sr = mq.SR(4,4,4,8,gf2=True,polybori=True,allow_zero_inversions=True) sage: %time F,s = sr.polynomial_system() CPU times: user 23.46 s, sys: 0.07 s, total: 23.52 s Wall time: 23.61 s
After:
sage: sr = mq.SR(4,4,4,8,gf2=True,polybori=True,allow_zero_inversions=True) sage: %time F,s = sr.polynomial_system() CPU times: user 3.58 s, sys: 0.04 s, total: 3.62 s Wall time: 3.63 s sage: %time F,s = sr.polynomial_system() CPU times: user 2.05 s, sys: 0.00 s, total: 2.05 s Wall time: 2.05 s
Change History (1)
comment:1 Changed 12 years ago by
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.