Ecosyste.ms: OpenCollective

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

github.com/bcgit/pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
https://github.com/bcgit/pc-dart

Cleanup and file encoding

a404525daa6a85c0387185dd1af1a2ab5bc43831 authored almost 11 years ago
#64 Adapt several algorithms to the new ufixnum

c6c2932042df94bfc4c6ad5413c71060c99e63f3 authored almost 11 years ago
#64 Add clip16 to ufixnum

a5d0f793a15d63efdf8946db8b05343011db96af authored almost 11 years ago
#64 Optimize Salsa20

d65fd4cf49b96019b5273316763e3f2d492d8cf5 authored almost 11 years ago
#64 Simplify MD4 family digests

48e2a164dda52439fbae9dfabb1a90ba5ea95abe authored almost 11 years ago
Make Whirlpool constants private

e7f04a70cd295b33efdd8dca437724ae58e5ce27 authored almost 11 years ago
#64 Optimize Whirlpool

e6046a3e2eabca4f51f7796cd1231d5805c8e958 authored almost 11 years ago
#64 Add new functionality and tests to ufixnum

66ef31ff0cb99e8fa4091ae6e3b595a5985e6950 authored almost 11 years ago
#64 Add benchmarks for Tiger and Whirlpool

efa33345f63daa07a8dde6cac5b3d562d8c61e37 authored almost 11 years ago
Set all files to UTF-8 encoding

66fb5b3e03e7534122a564bf342e2757e760a732 authored almost 11 years ago
Remove a registry dependency in the Scrypt algorithm.

e9d0af2e5fa5876098e12d6a8c42a7b90124d3f6 authored almost 11 years ago
#64 Remove SHA-3 from the set of supported digests (because it is too slow to be useful)

124c72783771a3bf8524c6af77d35cbdea550611 authored almost 11 years ago
Add setRange to Register64List

fb58deda26ea8023ed2db2c25620828bb4a3ff1b authored almost 11 years ago
Add .settings with file encodings

1156f36fdd318557e8e3a0b28076733cb79da844 authored almost 11 years ago
Fix SHA-3 that was failing for big block sizes (because of an number interpreted as double) and add some more tests

bc50413bb8d8e762f63a5c7dd56a36bd40cab9f2 authored almost 11 years ago
Adapt AES to ufixnum

cd8de0bbf34b09aef84ae413bad46f4d4af94fcf authored almost 11 years ago
Optimize sha384, sha512 and sha512t digests

aff3ce4518194394120bedb1787357d2436a155e authored almost 11 years ago
Speed up (un)packing in ufixnum

8c1ee5bcf1966201c0fc957c63759b26b13459e9 authored almost 11 years ago
Add benchmark infrastructure

372fe2a5bbd14e3dc26ec978f175f1ccf5a29c3f authored almost 11 years ago
Adapt SecureRandomBase to new ufixnum

1589d9af55ecaca904ee0a29fd4b52484649c071 authored almost 11 years ago
Adapt 64 bit hashes to new ufixnum

e363a11be17cb73025c0b1a5fdcd797d692df34b authored almost 11 years ago
Adapt MD4FamilyDigest to the new ufixnum

7d79ac74b6d53b8b72bf38f6a2525252a8ec85e8 authored almost 11 years ago
Adapt LongSHA2FamilyDigest to the new ufixnum

880193f2c1894b75df886ac3def45050e40ec786 authored almost 11 years ago
Adapt 32 bit hashes to new ufixnum

78505031840d47de625b8bb2282feb5af47379d2 authored almost 11 years ago
Removed some unused code

901cf303000b717f95ecf454ab2d1184efbc59d9 authored almost 11 years ago
Optimize ufixnum by creating a new Register64 class for 64 bit arithmetic without creation of new object per operation and some functions to manipulate raw ints for 8 and 32 bit unsigned arithmetic

3bd9f056156a2051ff2f80e88c1ae0617e3ba7f4 authored almost 11 years ago
Fix PaddedBlockCipher.process() method

7a56a1b46139a9e32dcb70c17208daf0c4b2eb9c authored almost 11 years ago
Remove bundle-doc from bundle-drone target until we integrate with docgen

72acb04a917ba8567667292d333918ea831d02f2 authored almost 11 years ago
Comment doc-drone target in Makefile until we move to docgen

c6dd3d877676a3cb2b42cf9ab24ae50631e1f85f authored almost 11 years ago
Fix in documentation

9fec34d10b0e16f9685d716237bc38e356145a86 authored almost 11 years ago
Final adaptation to Uint64 so that everything works in Javascript

880e7c16400c4ea0a0109e618299c630f01a7ff8 authored almost 11 years ago
Adaptation to newest Uint64. Everything works in VM and JS except for Tiger that is throwing an exception in JS.

4d5a4d3e938da8cd284efd9adcc79a345e322d3a authored almost 11 years ago
Final Uint64 implementation that works in VM and JS. It also adds more checks to detect errors between VM and JS because of truncations.

75d33ccaee3f04c521dc6c335985485d54da5a0d authored almost 11 years ago
Change RSA test signature test digest to SHA-1 to avoid using 64 bit digests (that are failing now in JS)

3edda0122aa4fe770dac2cacb4f69e6c3e25b59e authored almost 11 years ago
Commented out implementation of Uint64 based on native ints (slower as of today)

eac226c7e08472161f936f56bfc78cb4ea3496ed authored almost 11 years ago
Adapt to new Uint64

f474a7433022f7e1bd2fdb6e4d0a1447644f6cd9 authored almost 11 years ago
Adapt Uint64 to Javascript

0ea073b0dcea7b12b14c1694f55ec91e2a2e4378 authored almost 11 years ago
Point to bignum 0.0.5 (fixes the BigInteger.fromBytes()) bug.

d828bda562f815c51724cadba4c87337db44b688 authored almost 11 years ago
Bug fixes after documentation revision

6a607b0ec072b9ba097a5a226aae4dabebc4a04f authored almost 11 years ago
#53 Let people sign pre-hashed messages with ECDSA.

This feature won't be available for now when using the registry to avoid mistakes when signing w...

66681e945ca041475b8c73a27eec50a353a01981 authored almost 11 years ago
Doc change

1a3e5a2655ce772d2299d535c4a5e6358798ae11 authored almost 11 years ago
#53 Secure ECDSA signature against collision of k (RFC-6979)

This is the implementation or RFC-6979 and it's working. Unfortunately, a bug is "bignum" is pre...

a4442ddfb51e84498629622d0999b1e1d426f344 authored almost 11 years ago
#43 RSA signing

78c96ae2dde0f3e8a9cf20eb3a824da9e3db5571 authored almost 11 years ago
Remove unused imports

2b0578e799c808ce96838f53b9ae4e8fa070db96 authored almost 11 years ago
#61 Adapt tests to one-shot process() methods for algorithms

6be18280443ed33140ce800d1dfd63114bd76695 authored almost 11 years ago
#61 Provide one-shot methods for algorithms in the API

452ebc861e408977e66999f6dd2eccbb15db0f92 authored almost 11 years ago
Performance tweak in SecureRandomBase

4fd02152e30764f806bf014a8aa63ec43db4d426 authored almost 11 years ago
#60 - Implement PKCS1 padding for RSA

8a898ae01987e16b42a7f9144419ce9518908ba5 authored almost 11 years ago
#43 Enhance RSA tests and fix implementation (was broken)

0c6a1d784e0e280f57e088935ea185e9ce6b57ae authored almost 11 years ago
#60 - Implement PKCS1 padding for RSA

75d69801cf9e12c3d107b4919aeb3c27a6c2ab54 authored almost 11 years ago
Modify asymmetric block cipher test function to receive a closure for CipherParameters

efa143d493f4a916f1afcb433eb2e127c1dee96e authored almost 11 years ago
Modify signature test function to receive a closure for CipherParameters

c0ce10ed23897409b7c19e70ac8ec82ddfd91253 authored almost 11 years ago
Update README to document supported algorithms

fixes #9

59c7f1faa60bc965f2ba6edb776839e679f47f8f authored almost 11 years ago
Remove warnings from factory methods

40f8f8c3784be26dbb67352d9a626aafe902226a authored almost 11 years ago
Add RSA key generator

fixes #43

6c3722744effd3943c0d5bff17f2d90ba710c450 authored almost 11 years ago
Implementation of RSA asymmetric block cipher

fixes #43

cf977cde9d8eba7e7e1c69bcc426f8a54edc3514 authored almost 11 years ago
Let AsymmetricKeyPair be generalized for PublicKey and PrivateKey

fixes #43

e82cc43f04d77d8a7b2f17f7348f13eaac39af26 authored almost 11 years ago
Adapt RSA to new private key format and leave comments to use CRT in the future

fixes #43

06fad333d127e20110e38be124506ee8892a83bd authored almost 11 years ago
Source format

ab7d51cd2afdc0061559bd56fdc3fdd40d496be8 authored almost 11 years ago
Reorganization of API and implementations to prepare for RSA

I have detected a layer between API and impl which consist of the APIs of some implemented algor...

125be9428c9c4b82dc29fee947e28077ae54d46b authored almost 11 years ago
Implementation of Whirlpool

fixes #45

2abeeea6c7458d5c427298d3a33fbfca00a586e5 authored almost 11 years ago
Implementation of Tiger

fixes #45

90f08066d2067c9050783e5e8f93321daa213330 authored almost 11 years ago
Accept UintX's as argument to clip and coerce

a0953927a5d46f65ee3bc1a58ce322a7f156d741 authored almost 11 years ago
Add all known HMAC sizes

a0f86076eee9ba65d964f522d4ae32bdb3a8b93b authored almost 11 years ago
Implementation of RIPEMD-320

fixes #45

31f977cc3fac581dd74b3eeef193ef03ef51bc41 authored almost 11 years ago
Implementation of RIPEMD-256

fixes #45

f0f10fd805ae2f2bd0e955f551a44a90df935f32 authored almost 11 years ago
Implementation of RIPEMD-128

fixes #45

82a38ce000459f7c057cc3c6a46a32bb48dc6ef4 authored almost 11 years ago
Refactor or RIPEMD-160

4ca102b04bc68a0f96ec7f7871a852c9462fc2fe authored almost 11 years ago
Implement SHA-3

fixes #45

92d505213b847b7a20c7aa8dfa07fdb70f0af3ae authored almost 11 years ago
Add MD5 to registry test

364742a6bc893f9d85cd7861ad05e1ff193dbe49 authored almost 11 years ago
Let << and >> operators receive an UintX as argument

dfcaff49fed5e4acf10cd50e7c59005d6503866a authored almost 11 years ago
Merge branch 'development' of https://github.com/izaera/cipher into development

740ed2cf80eb78ab1949c13683d264814feb18e0 authored almost 11 years ago
Fix possible null pointer exception when requesting standard ECC curves

fixes #55

2f6f2748f6de83c65cdf5aab21e38f1384b5fffe authored almost 11 years ago
Merge pull request #57 from stevenroose/development

BigInteger.toByteArray() doesn't seem to return a Uint8List. So it needs to be converted. (in _x...

cbdff024409ea0034a43a3231676c37eeeb40503 authored almost 11 years ago
fixed bug in ecc_fp.dart

c4a5f5a61513febf31f4d5bbb3f68ee6f941262d authored almost 11 years ago
Implementation of SHA-512/t (as specified in FIPS 180-4)

fixes #45

ddc5eac61435595b1dad91e80b314f24308f1294 authored almost 11 years ago
Implementation of SHA-512

fixes #45

e3e03dfcb2f941d4b6ab32e2b4f112a2a05f92bf authored almost 11 years ago
Implementation of SHA-384

fixes #45

d335356da3416e3356867899646d9c4eb5e2c61f authored almost 11 years ago
Implementation of Uint64 (needed for long SHA digests)

a8524f96e85792a5d57bff506a80cc0fdd631625 authored almost 11 years ago
Implementation of SHA-224

fixes #45

466d8df1b35adb1f555e3eb0844e15bca2c2c8fc authored almost 11 years ago
Format source of SHA-1

2ce2593331761541a01479b824d2fd5e8fd6dc95 authored almost 11 years ago
Comment out /dev/random and random.org tests as they cannot be automatically run in a reliable way.

b517bacfff05e7c229c9acde3862095af266f3dc authored almost 11 years ago
Adapt drone.io build to split

d16ded17604d7a7af9ff3594eba40b24f64a4fd8 authored almost 11 years ago
Adapt makefile to client/server split

fixes #54

8695bb024e46aad20ac699c0263a94c6fae84eb5 authored almost 11 years ago
Make everything work when compiled to Javascript

fixes #54

1191e4d85538af7d9ac8faffe515e11f724509cd authored almost 11 years ago
Adapt to Javascript compilation and testing

fixes #54

18eee1eb777096554c1038f1b7a1644707dbfb97 authored almost 11 years ago
Move impl.dart files to a separate folder

fixes #50

caa5fe72cce80f32599322056c8a40d59174aff7 authored almost 11 years ago
Corrected doc

1263cc119fd686777cdea2415ca27522391439e4 authored almost 11 years ago
Register most used standard ellyptic curves enhancement

fixes #48

b3e368c2f1f4820d61de1a2db2fd2e62dbcc9b05 authored almost 11 years ago
Changed MD5 library name

eae5ac20ac0676e2161023dfefb0b3e3e5b81237 authored almost 11 years ago
Add missing MD2 and MD4 HMACs

2b44c2f4f08af911027bc7020e86d982a705229d authored almost 11 years ago
Implement MD5

fixes #45

62a9255fb9f1b1bc549e14bacddaf7a86dc0c377 authored almost 11 years ago
Refactoring of MD4 to clean code

0711fb6d33a65d25d14d9d8e9e0fafab3389ea70 authored almost 11 years ago
Implementation of MD4

fixes #45

da2121d709c807e70a9cce30657e7adafea7e549 authored almost 11 years ago
Added MD2 test to all_tests

fixes #45

6f6072f9785c7440f315913524559c66ecce4d9e authored almost 11 years ago
Changed return of rotate methods and added toString and toRadixString methods to UintX

9439cbff2894bf5e8d97ff05d7389efb2b0fd59d authored almost 11 years ago
Implementation of MD2

fixes #45

61da51b36c8112358fe18fdeef52a5d53b2a3373 authored almost 11 years ago
Corrected docs

983bbbc75cb42c4667370a6c5e793cda4888462d authored almost 11 years ago
Include impl.dart in tests

84b26bde7a217d0bd36f65d2d0965a37bfcb4775 authored about 11 years ago
Point to next version: 0.6.0

8bbf3596bd8e7a64e7370a4783a418b769d160c5 authored about 11 years ago