File: control

package info (click to toggle)
python-hkdf 0.0.3-3~deb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 92 kB
  • sloc: python: 93; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: python-hkdf
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-nose,
               python-setuptools (>= 0.6b3),
               python3-all,
               python3-nose,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/casebeer/python-hkdf

Package: python-hkdf
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
 This module implements the HMAC Key Derivation function, defined at
 http://tools.ietf.org/html/draft-krawczyk-hkdf-01
 .
 There are two interfaces: a functional interface, with separate
 extract and expand functions as defined in the draft RFC, and a
 wrapper class for these functions.

Package: python3-hkdf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
 This module implements the HMAC Key Derivation function, defined at
 http://tools.ietf.org/html/draft-krawczyk-hkdf-01
 .
 There are two interfaces: a functional interface, with separate
 extract and expand functions as defined in the draft RFC, and a
 wrapper class for these functions.