Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Legion of the Bouncy Castle Inc

Open Source Cryptogrpahy Project
Collective - https://opencollective.com/legion-of-the-bouncy-castle - Website: https://www.bouncycastle.org - Code: https://github.com/bcgit

Fix XML comment

Detabify

github.com/bcgit/bc-csharp - 3b0e48c8e8bef91c07a675267f56bcd1d6eb8c59 authored about 11 years ago by Peter Dettman <[email protected]>
Add new classes for ChaCha and XSalsa20

github.com/bcgit/bc-csharp - 663b42ccebe07ed3ca08780129353c564caba27f authored about 11 years ago by Peter Dettman <[email protected]>
Fix length in ShiftLeft

github.com/bcgit/bc-csharp - be5cebe63e42ca7f004cad4d9f29e2fa6b235909 authored about 11 years ago by Peter Dettman <[email protected]>
Restore dodgy file

github.com/bcgit/bc-csharp - 9f5173f5fdad38f93df33a4bf57cb70769c11737 authored about 11 years ago by Peter Dettman <[email protected]>
Remove dodgy file

github.com/bcgit/bc-csharp - 4034672abdf1eb0502021bfb82ab2b91fb0d8bd7 authored about 11 years ago by Peter Dettman <[email protected]>
Merge branch 'feature/latin-dances' of git://github.com/timw/bc-csharp

github.com/bcgit/bc-csharp - c1203484971419bc08b1ae937ee439aef9161b4d authored about 11 years ago by Peter Dettman <[email protected]>
added obligatory Inc.

github.com/bcgit/bc-csharp - 97fe57a799e0821d6205cefa69faf913a1c6900d authored about 11 years ago by David Hook <[email protected]>
Allow block algorithm chaining (fixes #14)

github.com/bcgit/pc-dart - acdf168f373c7d1bbba671a58d4a54d4eb57f5f0 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Initialize ciphers in a generic way when benchmarking (fixes #17)

github.com/bcgit/pc-dart - 1a69d207eea7e954e081109b638c221a4b5ea14e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Prepare benchmark framework and integrate it with command line tool (fixes #11)

github.com/bcgit/pc-dart - cda3c266521339c086df75ad994907dde1e09681 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Define an API similar to JCA to be able to create/extend algorithms by name (fixes #13)

For instance: var c = new BlockCipher("AES/CBC");

github.com/bcgit/pc-dart - 5315fadcc395d1e34624bb9895d9ea7260c5706e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Refactor tests [https://github.com/izaera/cipher/issues/1]

Refactor tests to create generic tests based on BlockCipher, StreamCipher, Digest, etc. interfaces.

github.com/bcgit/pc-dart - 13d9ab83458559b66ba2c72b89c6fb00e88f1f73 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Initial refactor of tests

github.com/bcgit/pc-dart - edd90600c9b305441d121d3cb20c320e49842040 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Port HMac optimisation using Memoable digests from bc-java.

github.com/bcgit/bc-csharp - 94115c98b4dd69c1ab3d2cc00d2654fd3d4c74c9 authored about 11 years ago by Tim Whittington <[email protected]>
Port SM3 digest implementation and tests from bc-java.

github.com/bcgit/bc-csharp - ec5ba47d35551b3ef8572770d120cc418648e904 authored about 11 years ago by Tim Whittington <[email protected]>
Refactor digest tests to subclass DigestTest, the same as bc-java.

github.com/bcgit/bc-csharp - 404ec2ebd70d6ffa68b2691bec9221e29e9161d7 authored about 11 years ago by Tim Whittington <[email protected]>
Port Memoable digest support from bc-java.

github.com/bcgit/bc-csharp - f64b37993aaec3f2baaab236af58c295b06c9f92 authored about 11 years ago by Tim Whittington <[email protected]>
Port SkeinDigest and SkeinMac from bc-java.

Skein digest and Mac in 256/512/1024 bit state sizes (and arbitrary byte level output size), with...

github.com/bcgit/bc-csharp - 201d86c4ab73d81605402d2b0cae15106f9e372d authored about 11 years ago by Tim Whittington <[email protected]>
Port of Threefish implementation from bc-java.

All block sizes (256/5124/1024) and unit tests.

github.com/bcgit/bc-csharp - cfef781c3ba6b52b4298d322f588ae5209bc6244 authored about 11 years ago by Tim Whittington <[email protected]>
Port GMac implementation and tests from bc-java.

github.com/bcgit/bc-csharp - fc763ffe88a7f22f51a314e8ebec2af5b901658c authored about 11 years ago by Tim Whittington <[email protected]>
Port Poly1305 Mac implementation and tests from bc-java.

github.com/bcgit/bc-csharp - ab670ffe1486ea52cd88a1a8234b201874460b4c authored about 11 years ago by Tim Whittington <[email protected]>
Use xmldoc for documentation of Salsa20/XSalsa20/ChaCha

github.com/bcgit/bc-csharp - e0f740ffbb612544f63049ae3cc12a876014d6cc authored about 11 years ago by Tim Whittington <[email protected]>
Make ChaCha and Salsa20 engines CLSCompliant.

github.com/bcgit/bc-csharp - 1e4f49c613d7285692a39ab5aa5614640c1c47a8 authored about 11 years ago by Tim Whittington <[email protected]>
Added RIPEMD160 digest and prepared 0.2.0 release.

Also added a TODO.txt file with the roadmap.

github.com/bcgit/pc-dart - 4e44315026352d429ba6f341acc63241bb7dfdce authored about 11 years ago by Iván Zaera Avellón <[email protected]>
Changed descriptions

github.com/bcgit/pc-dart - 4f48ce54b77ca2956a0fd5502c896d5d2f70f184 authored about 11 years ago by Iván Zaera Avellón <[email protected]>
Updated version number to 0.1.0 in pubspec.yaml

github.com/bcgit/pc-dart - 2cdfaddd48cb349ee59b54913faf727c6e71ee4a authored about 11 years ago by Iván Zaera Avellón <[email protected]>
Merge branch 'master' of https://github.com/izaera/cipher

github.com/bcgit/pc-dart - 27258e1e522dbe874540f6645967c55fa77786c4 authored about 11 years ago by Iván Zaera Avellón <[email protected]>
Changed pubspec.yaml description

github.com/bcgit/pc-dart - 229e17849d0fb58fb5d2467c0b52eeb1b76bdd57 authored about 11 years ago by Iván Zaera Avellón <[email protected]>
Fixed format of file

github.com/bcgit/pc-dart - e89fa9f8904bced6b99139247c9be724b3fd36a2 authored about 11 years ago by Ivan Zaera <[email protected]>
Added more info about implemented ciphers and project history

github.com/bcgit/pc-dart - c6d8ac412e8bdbd9a42a92175f0da82e45f56f27 authored about 11 years ago by Ivan Zaera <[email protected]>
Added Salsa20 cipher and improved tests

Added Salsa20 stream cipher
Added library test/all_tests.dart to run all tests in a row
Implemen...

github.com/bcgit/pc-dart - fc0d4afeb1039c656c86bf98fd499452e2d34518 authored about 11 years ago by Ivan Zaera <ivan@Ivan-Zaera.(none)>
Salsa20 (not yet working, uploaded for backup purposes)

github.com/bcgit/pc-dart - 51a0aeaafbf1881531592dc21fda7fc7e4260d79 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Changed version number to 0.0.1 due to pub failure on upload

github.com/bcgit/pc-dart - 9efb0e259294f2545b9bd943c5420d0ca553fb88 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Fix pubspec.yaml mail address

github.com/bcgit/pc-dart - 26e0b2d970ab9872f7ad3c2ffcec2398c6ad87b5 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Prepare pubspec.yaml to publish in pub.dartlang.org

github.com/bcgit/pc-dart - be2b6e9be000c5bbcbe8c185fd2353c58527aa27 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
SIC mode of operation, definitions for stream ciphers, and refactoring of utilities

github.com/bcgit/pc-dart - 9ecf5c2323a3fe8df60538e407cb61f24a41d63c authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Port reduced round Salsa20, registerised Salsa20 core, XSalsa20 and ChaCha from bc-java.

github.com/bcgit/bc-csharp - 4e0d67b4ddcee08a49e8922159eebc6d11f2ae6d authored about 11 years ago by Tim Whittington <[email protected]>
Implemented commented out functions which can be helpful (when uncommented) to diagnose the (de)cipher process

The commented out functions just output the state of the network in the intermediate steps.

github.com/bcgit/pc-dart - 0bdf814a8ee9945c4006ed97523deb5408c77722 authored over 11 years ago by Ivan Zaera Avellon <[email protected]>
Implementation of SICBlockCipher (also known as CTR mode of operation)

github.com/bcgit/pc-dart - 3aeadf0005616613549ef6d4c19494ef42dc6228 authored over 11 years ago by Ivan Zaera Avellon <[email protected]>
Add detailed description of the library (porting strategy, tests and benchmarks)

github.com/bcgit/pc-dart - b5684d7ea8376fdfc8f0eda974ac0c8e0154b28f authored over 11 years ago by Ivan Zaera <[email protected]>
Initial version of API and AES

Includes tests and benchmark.

github.com/bcgit/pc-dart - 327d62462ea2314b6374316dea546d186750fbbe authored over 11 years ago by Ivan Zaera Avellon <[email protected]>
Initial commit

github.com/bcgit/pc-dart - 619b8646cd33f2d80c33e2e4e4d7b056141556d3 authored over 11 years ago by Ivan Zaera <[email protected]>
fixed line endings

github.com/bcgit/bc-csharp - 62f961054fd75b8ed142c4b46d904af70c3a958e authored over 11 years ago by David Hook <[email protected]>
Don't ignore the input offset argument

github.com/bcgit/bc-csharp - 8fbf91dd8620ee0f0e9421b41ab241eb67139fdc authored over 11 years ago by Peter Dettman <[email protected]>
Attempt to perform doubling operation in constant time

github.com/bcgit/bc-csharp - b2e8e34a92f1fedfd4ac96d77c6bf3a120835e23 authored over 11 years ago by Peter Dettman <[email protected]>
Guard against passing IV thru CMac

github.com/bcgit/bc-csharp - c2ee11dea6e2e044479185b81730bda06c244407 authored over 11 years ago by Peter Dettman <[email protected]>
Fix Platform references in tests

github.com/bcgit/bc-csharp - e11625dbaff1300d5ddbc13322d3f9f1626b4e16 authored over 11 years ago by Peter Dettman <[email protected]>
Initial import of old CVS repository

github.com/bcgit/bc-csharp - 44288db4414158ac9b98a507b15e81d0d3c66ca6 authored over 11 years ago by Peter Dettman <[email protected]>
Set up text/binary handling for existing file types

github.com/bcgit/bc-csharp - 823245c0b2f2156b2c8ce5c7292cbe845a47de59 authored over 11 years ago by Peter Dettman <[email protected]>