aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/naf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/ec/naf.py')
-rw-r--r--pyecsca/ec/naf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyecsca/ec/naf.py b/pyecsca/ec/naf.py
index fe4f24c..9d01555 100644
--- a/pyecsca/ec/naf.py
+++ b/pyecsca/ec/naf.py
@@ -1,3 +1,6 @@
+"""
+This module provides functions for computing the Non-Adjacent Form (NAF) of integers.
+"""
from public import public
from typing import List