conan

CONAN: An Automated Tool to Construct and Analyze NTRU variants

https://github.com/the-isogeniest/conan

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

CONAN: An Automated Tool to Construct and Analyze NTRU variants

Basic Info
  • Host: GitHub
  • Owner: The-Isogeniest
  • License: cc-by-4.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 12.5 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

CONAN - Tool for Post-Quantum Lattice Based Cryptanalysis

This repository is a software implementation of our tool as proposed in (Link to paper to be added later).

Owner

  • Login: The-Isogeniest
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this lesson material, please cite it using these metadata."
authors:
- name: "CodeRefinery"
- family-names: "Wikfeldt"
  given-names: "Kjartan Thor"
- family-names: "Bast"
  given-names: "Radovan"
- family-names: "Darst"
  given-names: "Richard"
- family-names: "Hellsvik"
  given-names: "Johann"
- family-names: "Wittke"
  given-names: "Samantha"
- family-names: "Jääskeläinen"
  given-names: "Matias"
- family-names: "Glerean"
  given-names: "Enrico"
- family-names: "Vathsavayi"
  given-names: "Harsha"
- family-names: "Wang"
  given-names: "Yonglei"
title: "Reproducible research -  Preparing code to be usable by you in the future and others in general"
type: "data"
abstract: "We focus here on 3 aspects of reproducible programs and computations: documenting dependencies, environments, and computational steps in a reproducible way. We touch on containers."
version: 2025-03-19
date-released: 2025-03-19
url: "https://coderefinery.github.io/reproducible-research/"
license: CC-BY-4.0
repository-code: "https://github.com/coderefinery/reproducible-research"

GitHub Events

Total
  • Member event: 2
  • Public event: 1
  • Push event: 75
  • Fork event: 2
  • Create event: 1
Last Year
  • Member event: 2
  • Public event: 1
  • Push event: 75
  • Fork event: 2
  • Create event: 1

Dependencies

.github/workflows/spellcheck.yml actions
  • actions/checkout v1 composite
.github/workflows/sphinx.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v4 composite
  • ammaraskar/sphinx-problem-matcher master composite
  • coderefinery/gh-pages-multibranch main composite
  • peaceiris/actions-gh-pages v3 composite
requirements.txt pypi
  • Sphinx *
  • myst_nb *
  • sphinx-lesson *
  • sphinx_rtd_theme *
  • sphinx_rtd_theme_ext_color_contrast *
.github/workflows/deploy.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite