Commit Graph

935 Commits (72f9b82e1ae8f69949bdd6cd1d16e52f4c2b77c7)

Author SHA1 Message Date
David Núñez 72f9b82e1a Add decryption section in using pyumbral docs 2019-03-27 16:31:39 +01:00
David Núñez 17c1990c1e Bump version: 0.1.3-alpha.0 → 0.1.3-alpha.1 2019-02-22 11:35:04 +01:00
David Núñez cbc5443062
Merge pull request #238 from cygnusv/readme
Update to the README and Docs
2019-02-22 11:14:28 +01:00
David Núñez af0fb2d028 Remove copyright notice from individual files 2019-02-22 11:07:19 +01:00
David Núñez 9d756017fd Update copyright notice vars to 2019 2019-02-22 11:07:04 +01:00
David Núñez 5b8fef7a23
Merge pull request #235 from tuxxy/master
[Docs] Add Security section
2019-02-21 07:27:27 +01:00
MacLane Wilkison cd1cf06c2d Add security section 2019-02-20 18:57:10 -07:00
MacLane Wilkison fe1681718a Make config values unicode strings because of non-ASCII characters 2019-02-20 17:20:34 -07:00
David Núñez 115fadc6d7 Add reference to other supported curves in the docs. 2019-02-20 12:59:10 +01:00
David Núñez 5e8cf6bd60 Minor fixes in the docs 2019-02-20 12:59:10 +01:00
David Núñez 7d0122977f Set sphinx_rtd_theme in the docs 2019-02-20 12:59:10 +01:00
David Núñez c6e1c46b36 Better summary of pyumbral in README and docs 2019-02-20 12:59:10 +01:00
David Núñez aa32a5b7f5 Display badges in a single row 2019-02-20 12:59:10 +01:00
David Núñez f038dd64fc Touchups to the docs 2019-02-20 12:59:10 +01:00
David Núñez eb415de8fa Update the docs index to match the README 2019-02-20 12:59:10 +01:00
David Núñez b0153a3658 Improvements to the README 2019-02-20 12:59:10 +01:00
David Núñez 45d420d8e0 Adds reference to the NuCypher project in the README 2019-02-20 12:59:10 +01:00
David Núñez 7a2a0a24c7
Merge pull request #234 from cygnusv/nuyear
Optional KFrag validation in `pre.reencrypt()` (and other stuff)
2019-02-20 12:57:35 +01:00
David Núñez 368d58c509 Correct syntax for new style classes 2019-02-19 10:12:42 +01:00
David Núñez c897e3e1a4
Merge pull request #237 from mswilkison/master
Add Code of Conduct and Contribution Guide
2019-02-17 16:05:00 +01:00
MacLane Wilkison 37ed698762 Add Code of Conduct and Contribution Guide 2019-02-16 18:28:27 -07:00
David Núñez 109648e3ae Touchups to the CircleCi config to speed up build time 2019-02-15 13:11:10 +01:00
David Núñez 71b1e54f06 Allow signing and verification of prehashed messages. Test signatures. 2019-02-15 12:49:36 +01:00
David Núñez 5a5ae6554f Unpin pytest. Closes #227. 2019-02-15 12:49:23 +01:00
David Núñez e2dd1c330b Badges for everyone! 2019-01-10 11:22:53 +01:00
David Núñez f6bb4e102a Some improved type hints 2019-01-02 22:19:13 +01:00
David Núñez d037149682 KFrag.verify() raises ValueError if it doesn't get the required correctness keys. 2019-01-02 22:19:07 +01:00
David Núñez 8e662707ab Clean up, clean up, everybody clean up. 2019-01-02 22:18:12 +01:00
David Núñez 25774a52f7 KFrag validation is now optional in pre.reencrypt. By default it's on. 2019-01-02 22:18:12 +01:00
David Núñez b66c8c0b77 Bump version: 0.1.2-alpha.2 → 0.1.3-alpha.0 2018-12-15 21:49:30 +01:00
Tux 6c20fafc60
Merge pull request #233 from cygnusv/circle
Updated CircleCI configuration
2018-12-15 13:35:37 -07:00
K Prasch 98734701e6
Merge pull request #231 from cygnusv/signature
Change signature's internal hash algorithm from BLAKE2B to SHA256
2018-12-14 10:39:32 -08:00
David Núñez 331aea4420 Testing pip builds with CircleCI 2018-12-13 01:54:25 +01:00
David Núñez 1931604cc2 No need for getting pip==18.0 with pipenv 2018-12-13 01:53:28 +01:00
David Núñez 69cb47a49d Introduce reusable commands in CircleCI config 2018-12-13 01:36:39 +01:00
David Núñez 115481acf9 Renaming CircleCI jobs 2018-12-12 23:30:26 +01:00
David Núñez e9593bee7d Update test vectors after changing default hash in signatures 2018-12-12 19:59:22 +01:00
David Núñez 6a5fb0be7d Touchups in umbral.signing 2018-12-12 19:59:17 +01:00
David Núñez 52d3209834 SHA256 is the new default hash for signatures (it was Blake2b) 2018-12-12 16:35:19 +01:00
David Núñez 779c8132fc Bump version: 0.1.2-alpha.1 → 0.1.2-alpha.2 2018-12-11 00:56:30 +01:00
K Prasch 444dd06ee1
Merge pull request #229 from cygnusv/drop-requirements
Drop requirements.txt and bring back INSTALL_REQUIRES in setup.py
2018-12-10 15:53:48 -08:00
David Núñez 485e35680f Drop requirements.txt and bring back INSTALL_REQUIRES in setup.py 2018-12-11 00:40:05 +01:00
David Núñez 114a91e7da Bump version: 0.1.2-alpha.0 → 0.1.2-alpha.1 2018-12-10 21:20:38 +01:00
David Núñez ff8fdb3441
Merge pull request #228 from KPrasch/packaging
Packaging Updates & Bug Fixes
2018-12-10 20:21:42 +01:00
Kieran Prasch b8f8ae05f6
Updated version freeze via bytestring-splitter 2018-12-10 08:08:20 -08:00
Kieran Prasch 0b2bd8815c
Updates bytestring-splitter installation namespace 2018-12-09 16:29:28 -08:00
Kieran Prasch 4a1bdc4b44
Remove unintended comma from project description 2018-12-09 12:56:31 -08:00
David Núñez b1389605c8 Bump version: 0.1.1-alpha.3 → 0.1.2-alpha.0 2018-11-29 10:57:08 +01:00
David Núñez c9cddbe89d
Merge pull request #219 from cygnusv/random_oracles
Random oracles module and code reorganization
2018-11-20 00:16:48 +01:00
David Núñez 78904b8fff prove_correctness now is a method of CFrag, like verify_correctness 2018-11-19 16:10:40 +01:00