File: hkdfv3.py

package info (click to toggle)
python-axolotl 0.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, forky, sid, trixie
  • size: 592 kB
  • sloc: python: 2,962; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# -*- codsing: utf-8 -*-

from .hkdf import HKDF


class HKDFv3(HKDF):
    def getIterationStartOffset(self):
        return 1