Changes between Version 14 and Version 21 of Ticket #27634
- Timestamp:
- 07/04/19 02:12:42 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27634
-
Property
Commit
changed from
4dbc2a812913fa1c37c4f0da2904cc3a62b78ef3
to835b5b5cc27447d6d36102e226c24b254ddf1666
-
Property
Milestone
changed from
sage-8.8
tosage-8.9
-
Property
Commit
changed from
-
Ticket #27634 – Description
v14 v21 11 11 - rename `bch.py` to `bch_code.py` and `grs.py` to `grs_code.py` 12 12 13 and adding `random_received_vector` method to linear codes, and other small fixes. 13 - cleanups for `goppa.py` 14 15 - adding `random_received_vector` method to linear codes 16 17 and other small fixes.