# 3-3_isogenies Attack SIKE SageMath Draft **Repository Path**: haomengxu/AttackSikeSageMathDraft ## Basic Information - **Project Name**: 3-3_isogenies Attack SIKE SageMath Draft - **Description**: See https://eprint.iacr.org/2023/376 for principles. See https://github.com/KULeuven-COSIC/3_3_isogenies for the Magma code. I tried to convert Magma to SageMath, but it didn't work very well. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-15 - **Last Updated**: 2023-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 3-3_isogenies Attack SIKE SageMath Draft #### 介绍 - See https://eprint.iacr.org/2023/376 for principles. - See https://github.com/KULeuven-COSIC/3_3_isogenies for the Magma code. - Based on the results of https://eprint.iacr.org/2022/1283, there is reason to believe that SageMath may lead to a more efficient implementation. - I tried to convert Magma code to SageMath code, but it didn't work very well. - One can find two main 'problem' in the code (I marked them up); and I'm not sure if there are any other minor problems, but I've done my best to fix some of them.