From 2c791f66ab02f1dd93007118576ff9a1538adf4f Mon Sep 17 00:00:00 2001 From: Nemanja Mijailovic Date: Sat, 5 May 2018 08:33:28 +0200 Subject: [PATCH] Update the docs --- README.md | 2 +- docs/api/Noise.Protocol.html | 8 ++++---- docs/index.html | 2 +- docs/manifest.json | 26 +++++++++++++------------- docs/xrefmap.yml | 18 +++++++++--------- index.md | 2 +- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 0fe77cd..4459914 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ for the complete example. ## Installation ``` -> dotnet add package Noise.NET --version 0.9.5-rc +> dotnet add package Noise.NET --version 0.9.6-rc ``` diff --git a/docs/api/Noise.Protocol.html b/docs/api/Noise.Protocol.html index ee5be32..837ec92 100644 --- a/docs/api/Noise.Protocol.html +++ b/docs/api/Noise.Protocol.html @@ -584,19 +584,19 @@
Exceptions
| - Improve this Doc + Improve this Doc View Source -

Create(Boolean, Byte[], Byte[], Byte[], IEnumerable<Byte[]>)

+

Create(Boolean, ReadOnlySpan<Byte>, Byte[], Byte[], IEnumerable<Byte[]>)

Creates an initial HandshakeState.

Declaration
-
public HandshakeState Create(bool initiator, byte[] prologue = null, byte[] s = null, byte[] rs = null, IEnumerable<byte[]> psks = null)
+
public HandshakeState Create(bool initiator, ReadOnlySpan<byte> prologue = default(ReadOnlySpan<byte>), byte[] s = null, byte[] rs = null, IEnumerable<byte[]> psks = null)
Parameters
@@ -615,7 +615,7 @@
Parameters
- +
System.Byte[]System.ReadOnlySpan<System.Byte> prologue

A byte sequence which may be zero-length, or which may contain context information that both parties want to confirm is identical.

diff --git a/docs/index.html b/docs/index.html index 42b50d8..3d6d3e8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,7 +128,7 @@

Usage

See Noise.Examples for the complete example.

Installation

-
> dotnet add package Noise.NET --version 0.9.5-rc
+
> dotnet add package Noise.NET --version 0.9.6-rc
 
diff --git a/docs/manifest.json b/docs/manifest.json index 34b00ff..afea402 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -59,7 +59,7 @@ "hash": "wGYtrAt6VJY55h/O7P+6Dg==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -83,7 +83,7 @@ "hash": "avQjMWi5mo5gC5eVdT61SA==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -128,10 +128,10 @@ "output": { ".html": { "relative_path": "api/Noise.Protocol.html", - "hash": "2EAlAIz/M0gnLJXOMY/hOA==" + "hash": "D5unpWHTPGkb8vcfFdB91A==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -143,7 +143,7 @@ "hash": "+PwF7Ze27xUxKQRNemBDwA==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -167,7 +167,7 @@ "hash": "kO+puOFd2NGaoBUeyUNcaA==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -179,7 +179,7 @@ "hash": "RiuTzyoQxsW8dWzUvs2X+A==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -188,7 +188,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "KSUSgvimDDIjp/IO4f6ieA==" + "hash": "rQDrW5WA5NoQ5S3oB6DJKA==" } }, "is_incremental": false, @@ -202,6 +202,11 @@ "incrementalPhase": "build" }, "processors": { + "TocDocumentProcessor": { + "can_incremental": false, + "details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", + "incrementalPhase": "build" + }, "ResourceDocumentProcessor": { "can_incremental": false, "details": "Processor ResourceDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", @@ -214,11 +219,6 @@ "ConceptualDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build" - }, - "TocDocumentProcessor": { - "can_incremental": false, - "details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", - "incrementalPhase": "build" } } }, diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index aaf7889..2bfb7ae 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -505,15 +505,15 @@ references: commentId: M:Noise.Protocol.Create(Noise.ProtocolConfig) fullName: Noise.Protocol.Create(Noise.ProtocolConfig) nameWithType: Protocol.Create(ProtocolConfig) -- uid: Noise.Protocol.Create(System.Boolean,System.Byte[],System.Byte[],System.Byte[],System.Collections.Generic.IEnumerable{System.Byte[]}) - name: Create(Boolean, Byte[], Byte[], Byte[], IEnumerable) - href: api/Noise.Protocol.html#Noise_Protocol_Create_System_Boolean_System_Byte___System_Byte___System_Byte___System_Collections_Generic_IEnumerable_System_Byte____ - commentId: M:Noise.Protocol.Create(System.Boolean,System.Byte[],System.Byte[],System.Byte[],System.Collections.Generic.IEnumerable{System.Byte[]}) - name.vb: Create(Boolean, Byte(), Byte(), Byte(), IEnumerable(Of Byte())) - fullName: Noise.Protocol.Create(System.Boolean, System.Byte[], System.Byte[], System.Byte[], System.Collections.Generic.IEnumerable) - fullName.vb: Noise.Protocol.Create(System.Boolean, System.Byte(), System.Byte(), System.Byte(), System.Collections.Generic.IEnumerable(Of System.Byte())) - nameWithType: Protocol.Create(Boolean, Byte[], Byte[], Byte[], IEnumerable) - nameWithType.vb: Protocol.Create(Boolean, Byte(), Byte(), Byte(), IEnumerable(Of Byte())) +- uid: Noise.Protocol.Create(System.Boolean,System.ReadOnlySpan{System.Byte},System.Byte[],System.Byte[],System.Collections.Generic.IEnumerable{System.Byte[]}) + name: Create(Boolean, ReadOnlySpan, Byte[], Byte[], IEnumerable) + href: api/Noise.Protocol.html#Noise_Protocol_Create_System_Boolean_System_ReadOnlySpan_System_Byte__System_Byte___System_Byte___System_Collections_Generic_IEnumerable_System_Byte____ + commentId: M:Noise.Protocol.Create(System.Boolean,System.ReadOnlySpan{System.Byte},System.Byte[],System.Byte[],System.Collections.Generic.IEnumerable{System.Byte[]}) + name.vb: Create(Boolean, ReadOnlySpan(Of Byte), Byte(), Byte(), IEnumerable(Of Byte())) + fullName: Noise.Protocol.Create(System.Boolean, System.ReadOnlySpan, System.Byte[], System.Byte[], System.Collections.Generic.IEnumerable) + fullName.vb: Noise.Protocol.Create(System.Boolean, System.ReadOnlySpan(Of System.Byte), System.Byte(), System.Byte(), System.Collections.Generic.IEnumerable(Of System.Byte())) + nameWithType: Protocol.Create(Boolean, ReadOnlySpan, Byte[], Byte[], IEnumerable) + nameWithType.vb: Protocol.Create(Boolean, ReadOnlySpan(Of Byte), Byte(), Byte(), IEnumerable(Of Byte())) - uid: Noise.Protocol.Create* name: Create href: api/Noise.Protocol.html#Noise_Protocol_Create_ diff --git a/index.md b/index.md index 3497dfe..39e5eb9 100644 --- a/index.md +++ b/index.md @@ -76,5 +76,5 @@ for the complete example. ## Installation ``` -> dotnet add package Noise.NET --version 0.9.5-rc +> dotnet add package Noise.NET --version 0.9.6-rc ```