diff options
Diffstat (limited to 'pyecsca/ec/naf.py')
| -rw-r--r-- | pyecsca/ec/naf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyecsca/ec/naf.py b/pyecsca/ec/naf.py index 9d01555..2595a4e 100644 --- a/pyecsca/ec/naf.py +++ b/pyecsca/ec/naf.py @@ -1,6 +1,4 @@ -""" -This module provides functions for computing the Non-Adjacent Form (NAF) of integers. -""" +"""This module provides functions for computing the Non-Adjacent Form (NAF) of integers.""" from public import public from typing import List |
