~ubuntu-branches/ubuntu/trusty/ssss/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): David Moreno Garza
  • Date: 2005-10-23 16:22:30 UTC
  • Revision ID: james.westby@ubuntu.com-20051023162230-y1ttyb9223gn49hb
Tags: 0.4-1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: ssss
 
2
Section: utils
 
3
Priority: optional
 
4
Maintainer: David Moreno Garza <damog@debian.org>
 
5
Build-Depends: debhelper (>= 4.0.0), libgmp3-dev, xmltoman
 
6
Standards-Version: 3.6.2
 
7
 
 
8
Package: ssss
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}
 
11
Description: Shamir's secret sharing scheme implementation
 
12
 Implementation of Shamir's Secret Sharing Scheme. The program suite
 
13
 does both: the generation of shares for a known secret, and the 
 
14
 reconstruction of a secret using user-provided shares.