@@ -2,14 +2,14 @@ import { Uint32 } from "../src/dep.ts"
22
33/**
44 * Represents a 32-bit unsigned integer value, extended from Uint32.
5- * @version 0.6.3
5+ * @version 0.6.4
66 */
77export class TicketAge extends Uint32 { }
88
99
1010/**
1111 * Represents an opaque identity<1..2^16-1>;
12- * @version 0.6.3
12+ * @version 0.6.4
1313 */
1414export class Identity extends Uint8Array {
1515
@@ -56,7 +56,7 @@ export class Identity extends Uint8Array {
5656 message (Section 4.4.4) but with the BaseKey being the binder_key
5757 derived via the key schedule from the corresponding PSK which is
5858 being offered (see Section 7.1).
59- @version 0.6.3
59+ @version 0.6.4
6060 */
6161export class PskBinderEntry extends Uint8Array {
6262
@@ -97,7 +97,7 @@ export class PskBinderEntry extends Uint8Array {
9797 established via the NewSessionTicket message. For identities
9898 established externally, an obfuscated_ticket_age of 0 SHOULD be
9999 used, and servers MUST ignore the value.
100- @version 0.6.3
100+ @version 0.6.4
101101 */
102102export class PskIdentity extends Uint8Array {
103103 /**
@@ -136,7 +136,7 @@ export class PskIdentity extends Uint8Array {
136136 negotiate with the server. If sent alongside the "early_data"
137137 extension (see Section 4.2.10), the first identity is the one used
138138 for 0-RTT data.
139- @version 0.6.3
139+ @version 0.6.4
140140 */
141141export class Identities extends Uint8Array {
142142 /**
@@ -173,7 +173,7 @@ export class Identities extends Uint8Array {
173173 * binders: A series of HMAC values, one for each value in the
174174 identities list and in the same order, computed as described
175175 below.
176- @version 0.6.3
176+ @version 0.6.4
177177 */
178178export class Binders extends Uint8Array {
179179 /**
@@ -218,7 +218,7 @@ export class Binders extends Uint8Array {
218218 binders: A series of HMAC values, one for each value in the
219219 identities list and in the same order, computed as described
220220 below.
221- @version 0.6.3
221+ @version 0.6.4
222222 */
223223export class OfferedPsks extends Uint8Array {
224224 /**
0 commit comments