[PRO-CRYPTO}[RELEASE] ProCrypto release: Fragmentation Release, with dependencies

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[PRO-CRYPTO}[RELEASE] ProCrypto release: Fragmentation Release, with dependencies

Squeak - Dev mailing list

Finally, got her done. CryptoGreen. I fragmented Cryptography and established correct dependencies for the various chunk packages. Here is a list of the latest ProCrypto release packages, available in the Oceanside repository. I will wait a few days and if no issues arise, I will publish to Cryptography.

http://www.squeaksource.com/Oceanside.html and check the Releases.

---

Here is the official list of dependencies between chunks:

  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,

as part of the ProCrypto release:

  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
    • ---->> CryptographyCore-rww.5
  • @ 730 kb, Name: CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
    • ---->> CryptographyHashing-rww.6
    • ---->>---->> CryptographyCore-rww.5
    • ---->> CryptographyRandom-rww.4
    • ---->>---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
    • ---->> CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5

For a total of 1,004 MBs in size.

All packages are independently loadable and pull in the dependent packages through Monticello's package mgmt. All are linked to the latest versions. X509 pulls in everything and Archive almost does as well. I will treat this as the working copy, going forwards.

Kindly,
Robert



Reply | Threaded
Open this post in threaded view
|

Re: [PRO-CRYPTO}[RELEASE] ProCrypto release: Fragmentation Release, with dependencies

Squeak - Dev mailing list

Oops, I forgot ASN1...

Here is the official list of chunks & dependencies between chunks:
  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,
as part of the ProCrypto release: Chunks
  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
  • @ 730 kb, Name: CryptographyHashing-rww.6
  • @ 74 kb, Name: CryptographyCiphers-rww.7
  • @ 38 kb, Name: CryptographySignatures-rww.7
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
  • @ 19 kb, Name: CryptographyArchive-rww.8
  • @ 37 kb, Name: CryptographyX509-rww.6
Dependencies
  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
---->> CryptographyCore-rww.5
  • @ 730 kb, Name: CryptographyHashing-rww.6
---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
---->> CryptographyHashing-rww.6 ---->> CryptographyRandom-rww.4 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
---->> CryptographyKeyExchange-rww.6 ---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
---->> CryptographyArchive-rww.8 ---->> CryptographyKeyExchange-rww.6 ---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5For a total of 1,004 MBs in size.
On 3/7/20 6:16 PM, Robert via Squeak-dev wrote:

Finally, got her done. CryptoGreen. I fragmented Cryptography and established correct dependencies for the various chunk packages. Here is a list of the latest ProCrypto release packages, available in the Oceanside repository. I will wait a few days and if no issues arise, I will publish to Cryptography.

http://www.squeaksource.com/Oceanside.html and check the Releases.

---

Here is the official list of dependencies between chunks:

  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,

as part of the ProCrypto release:

  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
    • ---->> CryptographyCore-rww.5
  • @ 730 kb, Name: CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
    • ---->> CryptographyHashing-rww.6
    • ---->>---->> CryptographyCore-rww.5
    • ---->> CryptographyRandom-rww.4
    • ---->>---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
    • ---->> CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5

For a total of 1,004 MBs in size.

All packages are independently loadable and pull in the dependent packages through Monticello's package mgmt. All are linked to the latest versions. X509 pulls in everything and Archive almost does as well. I will treat this as the working copy, going forwards.

Kindly,
Robert



Reply | Threaded
Open this post in threaded view
|

Re: [PRO-CRYPTO}[RELEASE] ProCrypto release: Fragmentation Release, with dependencies

Squeak - Dev mailing list
In reply to this post by Squeak - Dev mailing list
Left folks off...CryptoGreen ^,^ Here is the official list of chunks & dependencies between chunks:
  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,
as part of the ProCrypto release: Chunks
  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
  • @ 730 kb, Name: CryptographyHashing-rww.6
  • @ 74 kb, Name: CryptographyCiphers-rww.7
  • @ 38 kb, Name: CryptographySignatures-rww.7
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
  • @ 19 kb, Name: CryptographyArchive-rww.8
  • @ 37 kb, Name: CryptographyX509-rww.6
Dependencies
  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
---->> CryptographyCore-rww.5
  • @ 730 kb, Name: CryptographyHashing-rww.6
---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
---->> CryptographyHashing-rww.6 ---->> CryptographyRandom-rww.4 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
---->> CryptographyKeyExchange-rww.6 ---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
---->> CryptographyArchive-rww.8 ---->> CryptographyKeyExchange-rww.6 ---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5For a total of 1,004 MBs in size.
On 3/7/20 6:16 PM, Robert wrote:

Finally, got her done. CryptoGreen. I fragmented Cryptography and established correct dependencies for the various chunk packages. Here is a list of the latest ProCrypto release packages, available in the Oceanside repository. I will wait a few days and if no issues arise, I will publish to Cryptography.

http://www.squeaksource.com/Oceanside.html and check the Releases.

---

Here is the official list of dependencies between chunks:

  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,

as part of the ProCrypto release:

  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
    • ---->> CryptographyCore-rww.5
  • @ 730 kb, Name: CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
    • ---->> CryptographyHashing-rww.6
    • ---->>---->> CryptographyCore-rww.5
    • ---->> CryptographyRandom-rww.4
    • ---->>---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
    • ---->> CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5

For a total of 1,004 MBs in size.

All packages are independently loadable and pull in the dependent packages through Monticello's package mgmt. All are linked to the latest versions. X509 pulls in everything and Archive almost does as well. I will treat this as the working copy, going forwards.

Kindly,
Robert



Reply | Threaded
Open this post in threaded view
|

Re: [PRO-CRYPTO}[RELEASE] ProCrypto release: Fragmentation Release, with dependencies

Eliot Miranda-2
In reply to this post by Squeak - Dev mailing list
Hi Robert,

_,,,^..^,,,_ (phone)

On Mar 7, 2020, at 3:16 PM, Robert via Squeak-dev <[hidden email]> wrote:



Finally, got her done. CryptoGreen. I fragmented Cryptography and established correct dependencies for the various chunk packages. Here is a list of the latest ProCrypto release packages, available in the Oceanside repository. I will wait a few days and if no issues arise, I will publish to Cryptography.


thanks so much!!


http://www.squeaksource.com/Oceanside.html and check the Releases.

---

Here is the official list of dependencies between chunks:

  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,

as part of the ProCrypto release:

  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
    • ---->> CryptographyCore-rww.5
  • @ 730 kb, Name: CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
    • ---->> CryptographyHashing-rww.6
    • ---->>---->> CryptographyCore-rww.5
    • ---->> CryptographyRandom-rww.4
    • ---->>---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
    • ---->> CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5

For a total of 1,004 MBs in size.

All packages are independently loadable and pull in the dependent packages through Monticello's package mgmt. All are linked to the latest versions. X509 pulls in everything and Archive almost does as well. I will treat this as the working copy, going forwards.

Kindly,
Robert




Reply | Threaded
Open this post in threaded view
|

Re: [PRO-CRYPTO}[RELEASE] ProCrypto release: Fragmentation Release, with dependencies

Squeak - Dev mailing list

Hi Eliot, I am so happy you received this with excitement. I must have done something right.

I have just stripped CryptographyHashing-rww.7 of loose bits, down to 218 kb. My new SHA512 Hash Function is broken, one #testSHA512 error, as the Register isn't properly initializing. Thus I have not released these Hashing changes, yet.

K, r

Here is the official list of chunks & dependencies between chunks:
  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,
as part of the ProCrypto release, For a total of 492 kbs in size: Chunks
  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
  • @ 218 kb, Name: CryptographyHashing-rww.6
  • @ 74 kb, Name: CryptographyCiphers-rww.7
  • @ 38 kb, Name: CryptographySignatures-rww.7
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
  • @ 19 kb, Name: CryptographyArchive-rww.8
  • @ 37 kb, Name: CryptographyX509-rww.6
  • ---
Dependencies
  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
---->> CryptographyCore-rww.5
  • @ 218 kb, Name: CryptographyHashing-rww.6
---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
---->> CryptographyHashing-rww.6 ---->> CryptographyRandom-rww.4 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
---->> CryptographyKeyExchange-rww.6 ---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
---->> CryptographyArchive-rww.8 ---->> CryptographyKeyExchange-rww.6 ---->> CryptographySignatures-rww.7 ---->> CryptographyCiphers-rww.7 ---->> CryptographyRandom-rww.4 ---->> CryptographyHashing-rww.6 ---->> CryptographyASN1-rww.4 ---->> CryptographyCore-rww.5
On 3/7/20 8:58 PM, Eliot Miranda wrote:
Hi Robert,

_,,,^..^,,,_ (phone)

On Mar 7, 2020, at 3:16 PM, Robert via Squeak-dev [hidden email] wrote:



Finally, got her done. CryptoGreen. I fragmented Cryptography and established correct dependencies for the various chunk packages. Here is a list of the latest ProCrypto release packages, available in the Oceanside repository. I will wait a few days and if no issues arise, I will publish to Cryptography.


thanks so much!!


http://www.squeaksource.com/Oceanside.html and check the Releases.

---

Here is the official list of dependencies between chunks:

  1. a list of the packages released and
  2. their sizes, as well as
  3. a list of their dependencies,

as part of the ProCrypto release:

  • @ 18 kb, Name: CryptographyCore-rww.5
  • @ 58 kb, Name: CryptographyASN1-rww.4
  • @ 23 kb, Name: CryptographyRandom-rww.4
    • ---->> CryptographyCore-rww.5
  • @ 730 kb, Name: CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 74 kb, Name: CryptographyCiphers-rww.7
    • ---->> CryptographyHashing-rww.6
    • ---->>---->> CryptographyCore-rww.5
    • ---->> CryptographyRandom-rww.4
    • ---->>---->> CryptographyCore-rww.5
  • @ 38 kb, Name: CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 7 kb, Name: CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 19 kb, Name: CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5
  • @ 37 kb, Name: CryptographyX509-rww.6
    • ---->> CryptographyArchive-rww.8
    • ---->> CryptographyKeyExchange-rww.6
    • ---->> CryptographySignatures-rww.7
    • ---->> CryptographyCiphers-rww.7
    • ---->> CryptographyRandom-rww.4
    • ---->> CryptographyHashing-rww.6
    • ---->> CryptographyCore-rww.5

For a total of 1,004 MBs in size.

All packages are independently loadable and pull in the dependent packages through Monticello's package mgmt. All are linked to the latest versions. X509 pulls in everything and Archive almost does as well. I will treat this as the working copy, going forwards.

Kindly,
Robert




Reply | Threaded
Open this post in threaded view
|

Re: [PRO-CRYPTO}[RELEASE] ProCrypto release: Fragmentation Release, with dependencies

Squeak - Dev mailing list
Oops, I found a circular dependency, between Random & Cipher. Do NOT
load Random alone.

I am constantly updating versions working through some issues. Here are
the latest release versions, the latest.

---

Chunks

CryptographyCore-rww.5
CryptographyASN1-rww.4
CryptographyHashing-rww.11
CryptographyRandom-rww.8 "BROKEN DEPENDENCIES"
CryptographyCiphers-rww.12
CryptographySignatures-rww.12
CryptographyKeyExchange-rww.10
CryptographyArchive-rww.12
CryptographyX509-rww.10

     ---

Dependencies

     CryptographyCore-rww.5
     CryptographyASN1-rww.4
     CryptographyHashing-rww.11
         ---->> CryptographyCore-rww.5
     CryptographyRandom-rww.8 "BROKEN in stand alone. Please load Ciphers."
         ---->> CryptographyHashing-rww.11
     CryptographyCiphers-rww.12
         ---->> CryptographyRandom-rww.8
         ---->> CryptographyASN1-rww.4
     CryptographySignatures-rww.12
         ---->> CryptographyCiphers-rww.12
     CryptographyKeyExchange-rww.10
         ---->> CryptographySignatures-rww.12
     CryptographyArchive-rww.12
         ---->> CryptographyKeyExchange-rww.10
     CryptographyX509-rww.10
         ---->> CryptographyArchive-rww.12