Added Shamir Secret Sharing Scheme and bmrsa. Fixed libgcrypt

svn path=/nixpkgs/trunk/; revision=10928
This commit is contained in:
Michael Raskin
2008-03-03 12:30:39 +00:00
parent f30f36104b
commit 9f393398e2
4 changed files with 82 additions and 1 deletions

View File

@@ -10,5 +10,5 @@ stdenv.mkDerivation {
sha256 = "0ip0bjhnn12lvb050j91x64wfhmpk7xlc3p93mxi9g2qczg413nz";
};
buildInputs = [libgpgerror];
propagatedBuildInputs = [libgpgerror];
}