File: control

package info (click to toggle)
polyseed 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: ansic: 22,331; makefile: 3
file content (52 lines) | stat: -rw-r--r-- 2,074 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: polyseed
Section: libs
Priority: optional
Maintainer: Debian Cryptocoin Team <team+cryptocoin@tracker.debian.org>
Uploaders: Bastian Germann <bage@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
Standards-Version: 4.7.0
Homepage: https://github.com/tevador/polyseed
Vcs-Browser: https://salsa.debian.org/cryptocoin-team/polyseed
Vcs-Git: https://salsa.debian.org/cryptocoin-team/polyseed.git

Package: libpolyseed-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libpolyseed1 (= ${binary:Version}),
 ${misc:Depends},
Description: Mnemonic seed library (development package)
 Mnemonic seed library for Monero and other CryptoNote-based currencies.
 The mnemonic phrase can be treated as a polynomial over GF(2048), which
 enables the use of an efficient Reed-Solomon error correction code with one
 check word. All single-word errors can be detected and all single-word
 erasures can be corrected without false positives.
 .
 To prevent the seed from being accidentally used with a different
 cryptocurrency, a coin flag is XORed with the second word after the checksum
 is calculated. Checksum validation will fail unless the wallet software XORs
 the same coin flag with the second word when restoring.
 .
 This is the development package.

Package: libpolyseed1
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Mnemonic seed library
 Mnemonic seed library for Monero and other CryptoNote-based currencies.
 The mnemonic phrase can be treated as a polynomial over GF(2048), which
 enables the use of an efficient Reed-Solomon error correction code with one
 check word. All single-word errors can be detected and all single-word
 erasures can be corrected without false positives.
 .
 To prevent the seed from being accidentally used with a different
 cryptocurrency, a coin flag is XORed with the second word after the checksum
 is calculated. Checksum validation will fail unless the wallet software XORs
 the same coin flag with the second word when restoring.