Logo

pyecsca

Navigation

  • Installation
  • Notebooks
  • API reference
    • pyecsca.ec package
    • pyecsca.misc package
    • pyecsca.sca package
    • pyecsca.codegen package
  • ECC in Libraries
  • Papers
  • References
  • Source code
  • Releases

Related Topics

  • Documentation overview
    • API reference
      • pyecsca.sca package
        • Previous: pyecsca.sca.attack.leakage_model module
        • Next: pyecsca.sca.re.base module

pyecsca.sca.re package¶

Package for reverse-engineering.

Submodules¶

  • pyecsca.sca.re.base module
    • RE
      • RE.tree
      • RE.configs
      • RE.build_tree()
      • RE.run()
  • pyecsca.sca.re.rpa module
    • MultipleContext
      • MultipleContext.neutral
      • MultipleContext.base
      • MultipleContext.points
      • MultipleContext.parents
      • MultipleContext.formulas
      • MultipleContext.precomp
      • MultipleContext.inside
      • MultipleContext.keep_base
      • MultipleContext.enter_action()
      • MultipleContext.exit_action()
    • rpa_point_0y()
    • rpa_point_x0()
    • rpa_input_point()
    • rpa_distinguish()
    • RPA
      • RPA.tree
      • RPA.configs
      • RPA.params
      • RPA.P0
      • RPA.scalars
      • RPA.build_tree()
      • RPA.run()
    • multiples_computed()
  • pyecsca.sca.re.structural module
  • pyecsca.sca.re.tree module
    • Map
      • Map.mapping
      • Map.cfg_map
      • Map.domain
      • Map.codomain
      • Map.from_sets()
      • Map.from_io_maps()
      • Map.cfgs
      • Map.deduplicate()
      • Map.merge()
      • Map.describe()
    • Node
      • Node.cfgs
      • Node.dmap_index
      • Node.dmap_input
      • Node.response
      • Node.parent
      • Node.children
      • Node.ancestors
      • Node.anchestors
      • Node.depth
      • Node.descendants
      • Node.height
      • Node.is_leaf
      • Node.is_root
      • Node.iter_path_reverse()
      • Node.leaves
      • Node.path
      • Node.root
      • Node.separator
      • Node.siblings
      • Node.size
    • SplitCriterion
      • SplitCriterion.is_better()
      • SplitCriterion.is_optimal()
    • Tree
      • Tree.maps
      • Tree.root
      • Tree.leaves
      • Tree.height
      • Tree.size
      • Tree.precise
      • Tree.render()
      • Tree.render_basic()
      • Tree.describe()
      • Tree.expand()
      • Tree.build()
  • pyecsca.sca.re.zvp module
    • map_to_affine()
    • compute_factor_set()
    • zvp_points()
    • addition_chain()
©2018-2025, Jan Jancar. | Powered by Sphinx 8.1.3 & Alabaster 1.0.0 | Page source