You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by br...@apache.org on 2019/08/13 14:15:39 UTC

[incubator-milagro] branch fixes updated (7c9488d -> 936a87e)

This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a change to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git.


    from 7c9488d  Merge pull request #11 from apache/cryptodocsv1
     new 95a3c68  fixes
     new 193a951  fixes
     new 6743813  fixes
     new e392432  fixes
     new 3c86510  fixes
     new 4d4b89e  fixes
     new 1e17938  fixes
     new 58f08ec  fixes
     new 936a87e  fixes

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/{cryptojs => }/amcl-javascript-api.md |  2 +-
 website/sidebars.json                      | 12 +-----------
 2 files changed, 2 insertions(+), 12 deletions(-)
 copy docs/{cryptojs => }/amcl-javascript-api.md (93%)


[incubator-milagro] 09/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 936a87ed92b6fb936924e6c60981341b3db71533
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:55:28 2019 +0100

    fixes
---
 website/sidebars.json | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/website/sidebars.json b/website/sidebars.json
index e146be8..4b2ed98 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -55,15 +55,6 @@
 		}
 		
       ],
-    // "D-TA Node": 
-    //   [
-    //   "d-ta-overview",
-    //   "d-ta-api"
-    // ],
-    // "ZKP-MFA": [
-    //   "zkp-mfa-overview",
-    //   "zkp-mfa-api"
-    // ],
     "Project Info": [
       "contributor-guide",
       "../help",


[incubator-milagro] 01/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 95a3c683318de020a7183f99ede4fb3278cc01c2
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:23:32 2019 +0100

    fixes
---
 docs/amcl-javascript-api.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/amcl-javascript-api.md b/docs/amcl-javascript-api.md
new file mode 100644
index 0000000..720d2d4
--- /dev/null
+++ b/docs/amcl-javascript-api.md
@@ -0,0 +1,18 @@
+---
+id: amcl-javascript-api
+title: AMCL JavaScript API
+sidebar_label: AMCL JavaScript API
+---
+
+*MCJS - Milagro Crypto JavaScript*
+
+* MCJS is a standards compliant JavaScript cryptographic library with no
+external dependencies except for the random seed source.
+
+* MCJS supports the standards for RSA, ECDH, ECIES, ECDSA and M-PIN, AES-GCM
+encryption/decryption, SHA256, SHA384, SHA512 and SHA3 hash functions and a
+cryptographically secure random number generator. Furthermore we recently
+added New Hope, a post-quantum key exchange.
+
+* MCJS is [Node.js](https://nodejs.org/en/) compatible and browser compatible
+(see some examples below).
\ No newline at end of file


[incubator-milagro] 06/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 4d4b89ef69ab5b63e1463457a4397da0808bbfc8
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:39:24 2019 +0100

    fixes
---
 website/sidebars.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/sidebars.json b/website/sidebars.json
index 66c5d3b..3d42d5d 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -11,7 +11,7 @@
       [
         "amcl-overview", 
         "amcl-c-api", 
-        "amcl-javascript-api",
+        "amcl-javascript-api"
 		
 				{
 		"type": "subcategory",


[incubator-milagro] 04/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit e392432eef59ec0b03e564cd4acf7a7b8ccec136
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:33:44 2019 +0100

    fixes
---
 website/sidebars.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/sidebars.json b/website/sidebars.json
index 022794b..442e756 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -58,9 +58,9 @@
     "D-TA Node": 
       [
       "d-ta-overview",
-      "d-ta-api"
+    //   "d-ta-api"
     ],
-    "ZKP-MFA Clients/Servers": [
+    "ZKP-MFA": [
       "zkp-mfa-overview",
       "zkp-mfa-api"
     ],


[incubator-milagro] 03/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 6743813ae056a4917864242f4f43c68c787a138d
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:30:41 2019 +0100

    fixes
---
 website/sidebars.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/website/sidebars.json b/website/sidebars.json
index e54eb1b..022794b 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -17,7 +17,6 @@
 		"type": "subcategory",
 		"label": "AMCL JavaScript API",
 		"ids": [
-				"cryptojs/amcl-javascript-api",
 				"cryptojs/aes",
 				"cryptojs/big",
 				"cryptojs/bls",


[incubator-milagro] 05/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 3c865105c308eb0fb03d459c8d38cfa5ff0a4609
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:35:51 2019 +0100

    fixes
---
 website/sidebars.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/sidebars.json b/website/sidebars.json
index 442e756..66c5d3b 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -58,7 +58,7 @@
     "D-TA Node": 
       [
       "d-ta-overview",
-    //   "d-ta-api"
+      "d-ta-api"
     ],
     "ZKP-MFA": [
       "zkp-mfa-overview",


[incubator-milagro] 08/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 58f08ec024b16dbb648a170df3cf4d32f27d911c
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:51:59 2019 +0100

    fixes
---
 website/sidebars.json | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/website/sidebars.json b/website/sidebars.json
index 1fb5794..e146be8 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -55,15 +55,15 @@
 		}
 		
       ],
-    "D-TA Node": 
-      [
-      "d-ta-overview",
-      "d-ta-api"
-    ],
-    "ZKP-MFA": [
-      "zkp-mfa-overview",
-      "zkp-mfa-api"
-    ],
+    // "D-TA Node": 
+    //   [
+    //   "d-ta-overview",
+    //   "d-ta-api"
+    // ],
+    // "ZKP-MFA": [
+    //   "zkp-mfa-overview",
+    //   "zkp-mfa-api"
+    // ],
     "Project Info": [
       "contributor-guide",
       "../help",


[incubator-milagro] 07/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 1e17938e66d4d0c2082a5933c505bdf4dae05ea7
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:40:33 2019 +0100

    fixes
---
 website/sidebars.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/sidebars.json b/website/sidebars.json
index 3d42d5d..1fb5794 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -11,11 +11,11 @@
       [
         "amcl-overview", 
         "amcl-c-api", 
-        "amcl-javascript-api"
+        "amcl-javascript-api",
 		
 				{
 		"type": "subcategory",
-		"label": "AMCL JavaScript API",
+		"label": "",
 		"ids": [
 				"cryptojs/aes",
 				"cryptojs/big",


[incubator-milagro] 02/09: fixes

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch fixes
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 193a951a2b11cad24de48cbc16645ced3a035195
Author: Brian Spector <b...@brianspector.net>
AuthorDate: Tue Aug 13 14:25:26 2019 +0100

    fixes
---
 docs/amcl-javascript-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/amcl-javascript-api.md b/docs/amcl-javascript-api.md
index 720d2d4..f8a48f9 100644
--- a/docs/amcl-javascript-api.md
+++ b/docs/amcl-javascript-api.md
@@ -15,4 +15,4 @@ cryptographically secure random number generator. Furthermore we recently
 added New Hope, a post-quantum key exchange.
 
 * MCJS is [Node.js](https://nodejs.org/en/) compatible and browser compatible
-(see some examples below).
\ No newline at end of file
+(see some examples by going to the next page).
\ No newline at end of file