diff --git a/docs/latest/aead/diglol.crypto/-aead/-alg/-a-e-s_-g-c-m/index.html b/docs/latest/aead/diglol.crypto/-aead/-alg/-a-e-s_-g-c-m/index.html index 4e37171d..00930193 100644 --- a/docs/latest/aead/diglol.crypto/-aead/-alg/-a-e-s_-g-c-m/index.html +++ b/docs/latest/aead/diglol.crypto/-aead/-alg/-a-e-s_-g-c-m/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/aead/diglol.crypto/-aead/-alg/-e-n-c-r-y-p-t_-t-h-e-n_-m-a-c/index.html b/docs/latest/aead/diglol.crypto/-aead/-alg/-e-n-c-r-y-p-t_-t-h-e-n_-m-a-c/index.html index 76e1c3b7..5e2f0dc8 100644 --- a/docs/latest/aead/diglol.crypto/-aead/-alg/-e-n-c-r-y-p-t_-t-h-e-n_-m-a-c/index.html +++ b/docs/latest/aead/diglol.crypto/-aead/-alg/-e-n-c-r-y-p-t_-t-h-e-n_-m-a-c/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/aead/diglol.crypto/-aead/-alg/-x-c-h-a-c-h-a20_-p-o-l-y1305/index.html b/docs/latest/aead/diglol.crypto/-aead/-alg/-x-c-h-a-c-h-a20_-p-o-l-y1305/index.html index 14760a66..de0a3c98 100644 --- a/docs/latest/aead/diglol.crypto/-aead/-alg/-x-c-h-a-c-h-a20_-p-o-l-y1305/index.html +++ b/docs/latest/aead/diglol.crypto/-aead/-alg/-x-c-h-a-c-h-a20_-p-o-l-y1305/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/aead/diglol.crypto/-aead/-alg/entries.html b/docs/latest/aead/diglol.crypto/-aead/-alg/entries.html index 1c2d467f..62021316 100644 --- a/docs/latest/aead/diglol.crypto/-aead/-alg/entries.html +++ b/docs/latest/aead/diglol.crypto/-aead/-alg/entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

@@ -143,7 +143,7 @@

Properties

- +
@@ -158,7 +158,7 @@

Properties

- +
@@ -177,7 +177,7 @@

Functions

-
fun valueOf(value: String): Aead.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Aead.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -192,7 +192,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/aead/diglol.crypto/-aead/-alg/value-of.html b/docs/latest/aead/diglol.crypto/-aead/-alg/value-of.html index f5747798..f452cfd5 100644 --- a/docs/latest/aead/diglol.crypto/-aead/-alg/value-of.html +++ b/docs/latest/aead/diglol.crypto/-aead/-alg/value-of.html @@ -63,7 +63,7 @@

valueOf

-
fun valueOf(value: String): Aead.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Aead.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
enum Alg : Enum<Aead.Alg>
+
enum Alg : Enum<Aead.Alg>
diff --git a/docs/latest/aead/diglol.crypto/-aes-gcm/-companion/-i-v_-s-i-z-e.html b/docs/latest/aead/diglol.crypto/-aes-gcm/-companion/-i-v_-s-i-z-e.html index 99acaef9..019664b4 100644 --- a/docs/latest/aead/diglol.crypto/-aes-gcm/-companion/-i-v_-s-i-z-e.html +++ b/docs/latest/aead/diglol.crypto/-aes-gcm/-companion/-i-v_-s-i-z-e.html @@ -68,7 +68,7 @@

IV_SIZE

-
actual val IV_SIZE: Int
expect val IV_SIZE: Int
actual val IV_SIZE: Int
actual val IV_SIZE: Int
+
actual val IV_SIZE: Int
expect val IV_SIZE: Int
actual val IV_SIZE: Int
actual val IV_SIZE: Int
-
actual val TAG_SIZE: Int
expect val TAG_SIZE: Int
actual val TAG_SIZE: Int
actual val TAG_SIZE: Int
+
actual val TAG_SIZE: Int
expect val TAG_SIZE: Int
actual val TAG_SIZE: Int
actual val TAG_SIZE: Int
@@ -103,7 +103,7 @@

Properties

-
actual val TAG_SIZE: Int
expect val TAG_SIZE: Int
actual val TAG_SIZE: Int
actual val TAG_SIZE: Int
+
actual val TAG_SIZE: Int
expect val TAG_SIZE: Int
actual val TAG_SIZE: Int
actual val TAG_SIZE: Int
diff --git a/docs/latest/aead/diglol.crypto/-encrypt-then-mac/-encrypt-then-mac.html b/docs/latest/aead/diglol.crypto/-encrypt-then-mac/-encrypt-then-mac.html index 3098abcd..e5ea8a2e 100644 --- a/docs/latest/aead/diglol.crypto/-encrypt-then-mac/-encrypt-then-mac.html +++ b/docs/latest/aead/diglol.crypto/-encrypt-then-mac/-encrypt-then-mac.html @@ -63,7 +63,7 @@

EncryptThenMac

-
constructor(cipher: Cipher, mac: Mac, macSize: Int = mac.size())
+
constructor(cipher: Cipher, mac: Mac, macSize: Int = mac.size())
diff --git a/docs/latest/aead/diglol.crypto/index.html b/docs/latest/aead/diglol.crypto/index.html index 9eb9b367..d4e282df 100644 --- a/docs/latest/aead/diglol.crypto/index.html +++ b/docs/latest/aead/diglol.crypto/index.html @@ -113,7 +113,7 @@

Types

-
class EncryptThenMac @JvmOverloads constructor(cipher: Cipher, mac: Mac, macSize: Int = mac.size()) : Aead
+
class EncryptThenMac @JvmOverloads constructor(cipher: Cipher, mac: Mac, macSize: Int = mac.size()) : Aead
diff --git a/docs/latest/cipher/diglol.crypto/-aes-cbc/-companion/-i-v_-s-i-z-e.html b/docs/latest/cipher/diglol.crypto/-aes-cbc/-companion/-i-v_-s-i-z-e.html index 1709aaeb..802f3a09 100644 --- a/docs/latest/cipher/diglol.crypto/-aes-cbc/-companion/-i-v_-s-i-z-e.html +++ b/docs/latest/cipher/diglol.crypto/-aes-cbc/-companion/-i-v_-s-i-z-e.html @@ -68,7 +68,7 @@

IV_SIZE

-
actual val IV_SIZE: Int
expect val IV_SIZE: Int
actual val IV_SIZE: Int
actual val IV_SIZE: Int
+
actual val IV_SIZE: Int
expect val IV_SIZE: Int
actual val IV_SIZE: Int
actual val IV_SIZE: Int
diff --git a/docs/latest/cipher/diglol.crypto/-cipher/-alg/-a-e-s_-c-b-c/index.html b/docs/latest/cipher/diglol.crypto/-cipher/-alg/-a-e-s_-c-b-c/index.html index ab04d1f4..0932d9ff 100644 --- a/docs/latest/cipher/diglol.crypto/-cipher/-alg/-a-e-s_-c-b-c/index.html +++ b/docs/latest/cipher/diglol.crypto/-cipher/-alg/-a-e-s_-c-b-c/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/cipher/diglol.crypto/-cipher/-alg/-x-c-h-a-c-h-a20/index.html b/docs/latest/cipher/diglol.crypto/-cipher/-alg/-x-c-h-a-c-h-a20/index.html index 36fdf56c..c180b6fc 100644 --- a/docs/latest/cipher/diglol.crypto/-cipher/-alg/-x-c-h-a-c-h-a20/index.html +++ b/docs/latest/cipher/diglol.crypto/-cipher/-alg/-x-c-h-a-c-h-a20/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/cipher/diglol.crypto/-cipher/-alg/entries.html b/docs/latest/cipher/diglol.crypto/-cipher/-alg/entries.html index 58267fa0..86e063a3 100644 --- a/docs/latest/cipher/diglol.crypto/-cipher/-alg/entries.html +++ b/docs/latest/cipher/diglol.crypto/-cipher/-alg/entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

@@ -128,7 +128,7 @@

Properties

- +
@@ -143,7 +143,7 @@

Properties

- +
@@ -162,7 +162,7 @@

Functions

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -177,7 +177,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/cipher/diglol.crypto/-cipher/-alg/value-of.html b/docs/latest/cipher/diglol.crypto/-cipher/-alg/value-of.html index 9ab0830d..779d0717 100644 --- a/docs/latest/cipher/diglol.crypto/-cipher/-alg/value-of.html +++ b/docs/latest/cipher/diglol.crypto/-cipher/-alg/value-of.html @@ -63,7 +63,7 @@

valueOf

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

- +
diff --git a/docs/latest/cipher/diglol.crypto/-x-cha-cha20/chacha20-block.html b/docs/latest/cipher/diglol.crypto/-x-cha-cha20/chacha20-block.html index e7a0c2c0..f31d1d15 100644 --- a/docs/latest/cipher/diglol.crypto/-x-cha-cha20/chacha20-block.html +++ b/docs/latest/cipher/diglol.crypto/-x-cha-cha20/chacha20-block.html @@ -63,7 +63,7 @@

chacha20Block

-
fun chacha20Block(nonce: ByteArray, counter: Int): ByteArray
+
fun chacha20Block(nonce: ByteArray, counter: Int): ByteArray
-
fun chacha20Block(nonce: ByteArray, counter: Int): ByteArray
+
fun chacha20Block(nonce: ByteArray, counter: Int): ByteArray
diff --git a/docs/latest/common/diglol.crypto/-error/index.html b/docs/latest/common/diglol.crypto/-error/index.html index 00fb21f9..23b441bc 100644 --- a/docs/latest/common/diglol.crypto/-error/index.html +++ b/docs/latest/common/diglol.crypto/-error/index.html @@ -98,7 +98,7 @@

Properties

-
open val cause: Throwable?
+
open val cause: Throwable?
@@ -113,7 +113,7 @@

Properties

-
open val message: String?
+
open val message: String?
diff --git a/docs/latest/common/diglol.crypto/-key-pair/index.html b/docs/latest/common/diglol.crypto/-key-pair/index.html index 2ce7c9b3..532713fb 100644 --- a/docs/latest/common/diglol.crypto/-key-pair/index.html +++ b/docs/latest/common/diglol.crypto/-key-pair/index.html @@ -98,7 +98,7 @@

Properties

- +
@@ -113,7 +113,7 @@

Properties

- +
diff --git a/docs/latest/common/diglol.crypto/-key-pair/private-key.html b/docs/latest/common/diglol.crypto/-key-pair/private-key.html index 381f0840..795a1530 100644 --- a/docs/latest/common/diglol.crypto/-key-pair/private-key.html +++ b/docs/latest/common/diglol.crypto/-key-pair/private-key.html @@ -63,7 +63,7 @@

privateKey

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
+
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
diff --git a/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a256/index.html b/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a256/index.html index d7f30796..819eb683 100644 --- a/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a256/index.html +++ b/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a256/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
+
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
diff --git a/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a384/index.html b/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a384/index.html index bae7640b..41930e6f 100644 --- a/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a384/index.html +++ b/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a384/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
+
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
diff --git a/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a512/index.html b/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a512/index.html index f8aadd8c..d825d29d 100644 --- a/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a512/index.html +++ b/docs/latest/hash/diglol.crypto/-hash/-type/-s-h-a512/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
+
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
diff --git a/docs/latest/hash/diglol.crypto/-hash/-type/[common-jvm]entries.html b/docs/latest/hash/diglol.crypto/-hash/-type/[common-jvm]entries.html index 61e1f0a3..2c788b02 100644 --- a/docs/latest/hash/diglol.crypto/-hash/-type/[common-jvm]entries.html +++ b/docs/latest/hash/diglol.crypto/-hash/-type/[common-jvm]entries.html @@ -65,7 +65,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Hash.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Hash.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Hash.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Hash.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Hash.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Hash.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
+
fun algName(): String
@@ -150,7 +150,7 @@

Properties

- +
Link copied to clipboard
@@ -158,7 +158,7 @@

Properties

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

@@ -175,7 +175,7 @@

Properties

-
+
@@ -192,7 +192,7 @@

Properties

-
+
@@ -213,7 +213,7 @@

Functions

-
+
@@ -230,7 +230,7 @@

Functions

-
fun type(): String
+
fun type(): String
@@ -239,7 +239,7 @@

Functions

-
valueOf
+
valueOf
Link copied to clipboard
@@ -247,7 +247,7 @@

Functions

-
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hash.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -256,7 +256,7 @@

Functions

-
values
+
values
Link copied to clipboard
@@ -264,7 +264,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/hash/diglol.crypto/-hash/-type/type.html b/docs/latest/hash/diglol.crypto/-hash/-type/type.html index 569761ec..13dfaaa0 100644 --- a/docs/latest/hash/diglol.crypto/-hash/-type/type.html +++ b/docs/latest/hash/diglol.crypto/-hash/-type/type.html @@ -65,7 +65,7 @@

type

-
fun type(): String
+
fun type(): String
diff --git a/docs/latest/images/homepage.svg b/docs/latest/images/homepage.svg new file mode 100644 index 00000000..e3c83b1c --- /dev/null +++ b/docs/latest/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/latest/kdf/diglol.crypto/-argon2/-type/-d/index.html b/docs/latest/kdf/diglol.crypto/-argon2/-type/-d/index.html index c0671346..8953a34b 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/-type/-d/index.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/-type/-d/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -116,7 +116,7 @@

Functions

-
type
+
type
Link copied to clipboard
@@ -124,7 +124,7 @@

Functions

-
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
+
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
diff --git a/docs/latest/kdf/diglol.crypto/-argon2/-type/-i-d/index.html b/docs/latest/kdf/diglol.crypto/-argon2/-type/-i-d/index.html index 031e4381..1ca280c6 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/-type/-i-d/index.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/-type/-i-d/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -116,7 +116,7 @@

Functions

-
type
+
type
Link copied to clipboard
@@ -124,7 +124,7 @@

Functions

-
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
+
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
diff --git a/docs/latest/kdf/diglol.crypto/-argon2/-type/-i/index.html b/docs/latest/kdf/diglol.crypto/-argon2/-type/-i/index.html index f251b0b2..a9424527 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/-type/-i/index.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/-type/-i/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -116,7 +116,7 @@

Functions

-
type
+
type
Link copied to clipboard
@@ -124,7 +124,7 @@

Functions

-
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
+
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
diff --git a/docs/latest/kdf/diglol.crypto/-argon2/-type/[common]entries.html b/docs/latest/kdf/diglol.crypto/-argon2/-type/[common]entries.html index 4583c437..93d5b410 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/-type/[common]entries.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/-type/[common]entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Argon2.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun type(): Argon2_type
+
fun type(): Argon2_type
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Argon2.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Argon2.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Argon2.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun type(): Int
+
fun type(): Int
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Argon2.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Argon2.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Argon2.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun type(): Argon2Factory.Argon2Types
+
fun type(): Argon2Factory.Argon2Types
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Argon2.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Argon2.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

@@ -133,7 +133,7 @@

Properties

- +
Link copied to clipboard
@@ -141,7 +141,7 @@

Properties

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

@@ -158,7 +158,7 @@

Properties

-
+
@@ -175,7 +175,7 @@

Properties

-
+
@@ -188,7 +188,7 @@

Functions

-
type
+
type
Link copied to clipboard
@@ -196,7 +196,7 @@

Functions

-
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
+
fun type(): Argon2_type
fun type(): Int
fun type(): Argon2Factory.Argon2Types
@@ -205,7 +205,7 @@

Functions

-
valueOf
+
valueOf
Link copied to clipboard
@@ -213,7 +213,7 @@

Functions

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -222,7 +222,7 @@

Functions

-
values
+
values
Link copied to clipboard
@@ -230,7 +230,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/kdf/diglol.crypto/-argon2/-version/-v10/index.html b/docs/latest/kdf/diglol.crypto/-argon2/-version/-v10/index.html index 96fc79e2..974e2fe2 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/-version/-v10/index.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/-version/-v10/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -116,7 +116,7 @@

Functions

-
version
+
version
Link copied to clipboard
@@ -124,7 +124,7 @@

Functions

-
fun version(): Argon2_version
fun version(): Argon2Version
+
fun version(): Argon2_version
fun version(): Argon2Version
diff --git a/docs/latest/kdf/diglol.crypto/-argon2/-version/-v13/index.html b/docs/latest/kdf/diglol.crypto/-argon2/-version/-v13/index.html index 7ad70bb6..b8f4006e 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/-version/-v13/index.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/-version/-v13/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -116,7 +116,7 @@

Functions

-
version
+
version
Link copied to clipboard
@@ -124,7 +124,7 @@

Functions

-
fun version(): Argon2_version
fun version(): Argon2Version
+
fun version(): Argon2_version
fun version(): Argon2Version
diff --git a/docs/latest/kdf/diglol.crypto/-argon2/-version/[common]entries.html b/docs/latest/kdf/diglol.crypto/-argon2/-version/[common]entries.html index b4a50a7c..d8375afc 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/-version/[common]entries.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/-version/[common]entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Argon2.Version>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Argon2.Version

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Argon2.Version>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
fun version(): Argon2_version
+
fun version(): Argon2_version
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Argon2.Version>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Argon2.Version

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Argon2.Version>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Argon2.Version>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Argon2.Version

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Argon2.Version>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
fun version(): Argon2Version
+
fun version(): Argon2Version
@@ -116,7 +116,7 @@

Properties

- +
Link copied to clipboard
@@ -124,7 +124,7 @@

Properties

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

@@ -141,7 +141,7 @@

Properties

-
+
@@ -158,7 +158,7 @@

Properties

-
+
@@ -171,7 +171,7 @@

Functions

-
valueOf
+
valueOf
Link copied to clipboard
@@ -179,7 +179,7 @@

Functions

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -188,7 +188,7 @@

Functions

-
values
+
values
Link copied to clipboard
@@ -196,7 +196,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

@@ -205,7 +205,7 @@

Functions

-
version
+
version
Link copied to clipboard
@@ -213,7 +213,7 @@

Functions

-
fun version(): Argon2_version
fun version(): Argon2Version
+
fun version(): Argon2_version
fun version(): Argon2Version
diff --git a/docs/latest/kdf/diglol.crypto/-argon2/index.html b/docs/latest/kdf/diglol.crypto/-argon2/index.html index 77367563..91c270d7 100644 --- a/docs/latest/kdf/diglol.crypto/-argon2/index.html +++ b/docs/latest/kdf/diglol.crypto/-argon2/index.html @@ -107,7 +107,7 @@

Types

-
expect enum Type : Enum<Argon2.Type>
actual enum Type : Enum<Argon2.Type>
actual enum Type : Enum<Argon2.Type>
actual enum Type : Enum<Argon2.Type>
+
expect enum Type : Enum<Argon2.Type>
actual enum Type : Enum<Argon2.Type>
actual enum Type : Enum<Argon2.Type>
actual enum Type : Enum<Argon2.Type>
@@ -124,7 +124,7 @@

Types

-
expect enum Version : Enum<Argon2.Version>
actual enum Version : Enum<Argon2.Version>
actual enum Version : Enum<Argon2.Version>
actual enum Version : Enum<Argon2.Version>
+
expect enum Version : Enum<Argon2.Version>
actual enum Version : Enum<Argon2.Version>
actual enum Version : Enum<Argon2.Version>
actual enum Version : Enum<Argon2.Version>
diff --git a/docs/latest/kdf/diglol.crypto/-kdf/-alg/-a-r-g-o-n2/index.html b/docs/latest/kdf/diglol.crypto/-kdf/-alg/-a-r-g-o-n2/index.html index f88243b8..372290be 100644 --- a/docs/latest/kdf/diglol.crypto/-kdf/-alg/-a-r-g-o-n2/index.html +++ b/docs/latest/kdf/diglol.crypto/-kdf/-alg/-a-r-g-o-n2/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/kdf/diglol.crypto/-kdf/-alg/-p-b-k-d-f2/index.html b/docs/latest/kdf/diglol.crypto/-kdf/-alg/-p-b-k-d-f2/index.html index f5f2329d..b5aa8a78 100644 --- a/docs/latest/kdf/diglol.crypto/-kdf/-alg/-p-b-k-d-f2/index.html +++ b/docs/latest/kdf/diglol.crypto/-kdf/-alg/-p-b-k-d-f2/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/kdf/diglol.crypto/-kdf/-alg/entries.html b/docs/latest/kdf/diglol.crypto/-kdf/-alg/entries.html index cc74c85c..bf158f70 100644 --- a/docs/latest/kdf/diglol.crypto/-kdf/-alg/entries.html +++ b/docs/latest/kdf/diglol.crypto/-kdf/-alg/entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

@@ -128,7 +128,7 @@

Properties

- +
@@ -143,7 +143,7 @@

Properties

- +
@@ -162,7 +162,7 @@

Functions

-
fun valueOf(value: String): Kdf.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Kdf.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -177,7 +177,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/kdf/diglol.crypto/-kdf/-alg/value-of.html b/docs/latest/kdf/diglol.crypto/-kdf/-alg/value-of.html index cc3b3429..0920f5e2 100644 --- a/docs/latest/kdf/diglol.crypto/-kdf/-alg/value-of.html +++ b/docs/latest/kdf/diglol.crypto/-kdf/-alg/value-of.html @@ -63,7 +63,7 @@

valueOf

-
fun valueOf(value: String): Kdf.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Kdf.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
enum Alg : Enum<Kdf.Alg>
+
enum Alg : Enum<Kdf.Alg>
diff --git a/docs/latest/kdf/diglol.crypto/-pbkdf2/-pbkdf2.html b/docs/latest/kdf/diglol.crypto/-pbkdf2/-pbkdf2.html index c34afdf5..607a8979 100644 --- a/docs/latest/kdf/diglol.crypto/-pbkdf2/-pbkdf2.html +++ b/docs/latest/kdf/diglol.crypto/-pbkdf2/-pbkdf2.html @@ -67,7 +67,7 @@

Pbkdf2

-
expect constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int = hmacType.size())
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
+
expect constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int = hmacType.size())
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
@@ -85,7 +85,7 @@

Constructors

-
expect constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int = hmacType.size())
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
+
expect constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int = hmacType.size())
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
actual constructor(hmacType: Hmac.Type, iterations: Int, keySize: Int)
diff --git a/docs/latest/kdf/diglol.crypto/index.html b/docs/latest/kdf/diglol.crypto/index.html index 4b6252c3..0557c82a 100644 --- a/docs/latest/kdf/diglol.crypto/index.html +++ b/docs/latest/kdf/diglol.crypto/index.html @@ -117,7 +117,7 @@

Types

-
expect class Pbkdf2(hmacType: Hmac.Type, iterations: Int, keySize: Int = hmacType.size()) : Kdf
actual class Pbkdf2(hmacType: Hmac.Type, iterations: Int, keySize: Int) : Kdf
actual class Pbkdf2(hmacType: Hmac.Type, iterations: Int, keySize: Int) : Kdf
+
expect class Pbkdf2(hmacType: Hmac.Type, iterations: Int, keySize: Int = hmacType.size()) : Kdf
actual class Pbkdf2(hmacType: Hmac.Type, iterations: Int, keySize: Int) : Kdf
actual class Pbkdf2(hmacType: Hmac.Type, iterations: Int, keySize: Int) : Kdf
diff --git a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a1/index.html b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a1/index.html index 94bfb895..9adb692e 100644 --- a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a1/index.html +++ b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a1/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
+
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
@@ -150,7 +150,7 @@

Functions

-
typeName
+
typeName
Link copied to clipboard
@@ -158,7 +158,7 @@

Functions

-
fun typeName(): UInt
+
fun typeName(): UInt
diff --git a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a256/index.html b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a256/index.html index 098366e7..cdd11cdf 100644 --- a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a256/index.html +++ b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a256/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
+
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
@@ -150,7 +150,7 @@

Functions

-
typeName
+
typeName
Link copied to clipboard
@@ -158,7 +158,7 @@

Functions

-
fun typeName(): UInt
+
fun typeName(): UInt
diff --git a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a384/index.html b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a384/index.html index 4059b368..0475fbed 100644 --- a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a384/index.html +++ b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a384/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
+
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
@@ -150,7 +150,7 @@

Functions

-
typeName
+
typeName
Link copied to clipboard
@@ -158,7 +158,7 @@

Functions

-
fun typeName(): UInt
+
fun typeName(): UInt
diff --git a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a512/index.html b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a512/index.html index e4c9ad8b..7b53f971 100644 --- a/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a512/index.html +++ b/docs/latest/mac/diglol.crypto/-hmac/-type/-s-h-a512/index.html @@ -86,7 +86,7 @@

Properties

-
+
@@ -103,7 +103,7 @@

Properties

-
+
@@ -124,7 +124,7 @@

Functions

-
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
+
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
@@ -141,7 +141,7 @@

Functions

-
fun type(): String
+
fun type(): String
@@ -150,7 +150,7 @@

Functions

-
typeName
+
typeName
Link copied to clipboard
@@ -158,7 +158,7 @@

Functions

-
fun typeName(): UInt
+
fun typeName(): UInt
diff --git a/docs/latest/mac/diglol.crypto/-hmac/-type/[common-jvm]entries.html b/docs/latest/mac/diglol.crypto/-hmac/-type/[common-jvm]entries.html index ba5457d6..3e21dd61 100644 --- a/docs/latest/mac/diglol.crypto/-hmac/-type/[common-jvm]entries.html +++ b/docs/latest/mac/diglol.crypto/-hmac/-type/[common-jvm]entries.html @@ -65,7 +65,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Hmac.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
+
fun typeName(): String
-
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Hmac.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Hmac.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun typeName(): UInt
+
fun typeName(): UInt
-
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Hmac.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
val entries: EnumEntries<Hmac.Type>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
fun values(): Array<Hmac.Type>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

@@ -150,7 +150,7 @@

Properties

- +
Link copied to clipboard
@@ -158,7 +158,7 @@

Properties

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

@@ -175,7 +175,7 @@

Properties

-
+
@@ -192,7 +192,7 @@

Properties

-
+
@@ -213,7 +213,7 @@

Functions

-
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
+
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
@@ -230,7 +230,7 @@

Functions

-
fun type(): String
+
fun type(): String
@@ -239,7 +239,7 @@

Functions

-
typeName
+
typeName
Link copied to clipboard
@@ -247,7 +247,7 @@

Functions

-
fun typeName(): UInt
+
fun typeName(): UInt
@@ -256,7 +256,7 @@

Functions

-
valueOf
+
valueOf
Link copied to clipboard
@@ -264,7 +264,7 @@

Functions

-
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Hmac.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -273,7 +273,7 @@

Functions

-
values
+
values
Link copied to clipboard
@@ -281,7 +281,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/mac/diglol.crypto/-hmac/-type/size.html b/docs/latest/mac/diglol.crypto/-hmac/-type/size.html index 0e736926..b48f2789 100644 --- a/docs/latest/mac/diglol.crypto/-hmac/-type/size.html +++ b/docs/latest/mac/diglol.crypto/-hmac/-type/size.html @@ -68,7 +68,7 @@

size

-
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
+
actual fun size(): Int
expect fun size(): Int
actual fun size(): Int
actual fun size(): Int
-
fun type(): String
+
fun type(): String
diff --git a/docs/latest/mac/diglol.crypto/-mac/-alg/-h-m-a-c/index.html b/docs/latest/mac/diglol.crypto/-mac/-alg/-h-m-a-c/index.html index 722c3b1d..ab09ec70 100644 --- a/docs/latest/mac/diglol.crypto/-mac/-alg/-h-m-a-c/index.html +++ b/docs/latest/mac/diglol.crypto/-mac/-alg/-h-m-a-c/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/mac/diglol.crypto/-mac/-alg/-p-o-l-y1305/index.html b/docs/latest/mac/diglol.crypto/-mac/-alg/-p-o-l-y1305/index.html index 285d1c25..12831c5c 100644 --- a/docs/latest/mac/diglol.crypto/-mac/-alg/-p-o-l-y1305/index.html +++ b/docs/latest/mac/diglol.crypto/-mac/-alg/-p-o-l-y1305/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/mac/diglol.crypto/-mac/-alg/entries.html b/docs/latest/mac/diglol.crypto/-mac/-alg/entries.html index b1404d5f..3ef70373 100644 --- a/docs/latest/mac/diglol.crypto/-mac/-alg/entries.html +++ b/docs/latest/mac/diglol.crypto/-mac/-alg/entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

@@ -128,7 +128,7 @@

Properties

- +
@@ -143,7 +143,7 @@

Properties

- +
@@ -162,7 +162,7 @@

Functions

-
fun valueOf(value: String): Mac.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Mac.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -177,7 +177,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/mac/diglol.crypto/-mac/-alg/value-of.html b/docs/latest/mac/diglol.crypto/-mac/-alg/value-of.html index 4759a4bc..eeb2ef48 100644 --- a/docs/latest/mac/diglol.crypto/-mac/-alg/value-of.html +++ b/docs/latest/mac/diglol.crypto/-mac/-alg/value-of.html @@ -63,7 +63,7 @@

valueOf

-
fun valueOf(value: String): Mac.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Mac.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
enum Alg : Enum<Mac.Alg>
+
enum Alg : Enum<Mac.Alg>
@@ -113,7 +113,7 @@

Functions

-
abstract fun size(): Int
+
abstract fun size(): Int
diff --git a/docs/latest/mac/diglol.crypto/-mac/size.html b/docs/latest/mac/diglol.crypto/-mac/size.html index 66bd9b05..ab49eace 100644 --- a/docs/latest/mac/diglol.crypto/-mac/size.html +++ b/docs/latest/mac/diglol.crypto/-mac/size.html @@ -63,7 +63,7 @@

size

-
abstract fun size(): Int
+
abstract fun size(): Int
@@ -128,7 +128,7 @@

Properties

- +
@@ -143,7 +143,7 @@

Properties

- +
@@ -158,7 +158,7 @@

Properties

- +
diff --git a/docs/latest/otp/diglol.crypto.otp/-otp/-companion/index.html b/docs/latest/otp/diglol.crypto.otp/-otp/-companion/index.html index 04a130bc..b67f08fa 100644 --- a/docs/latest/otp/diglol.crypto.otp/-otp/-companion/index.html +++ b/docs/latest/otp/diglol.crypto.otp/-otp/-companion/index.html @@ -67,10 +67,10 @@

Companion

-
+

Functions

-
+
@@ -79,7 +79,7 @@

Functions

diff --git a/docs/latest/otp/diglol.crypto.otp/-otp/-companion/to-otp.html b/docs/latest/otp/diglol.crypto.otp/-otp/-companion/to-otp.html index 76e28039..5c49b585 100644 --- a/docs/latest/otp/diglol.crypto.otp/-otp/-companion/to-otp.html +++ b/docs/latest/otp/diglol.crypto.otp/-otp/-companion/to-otp.html @@ -63,7 +63,7 @@

toOtp

- +
@@ -117,7 +117,7 @@

Properties

- +
@@ -132,7 +132,7 @@

Properties

-
open val codeLength: Int
+
open val codeLength: Int
@@ -147,7 +147,7 @@

Properties

-
open val issuer: String
+
open val issuer: String
@@ -181,7 +181,7 @@

Functions

-
abstract fun toUriString(): String
+
abstract fun toUriString(): String
diff --git a/docs/latest/otp/diglol.crypto.otp/-otp/issuer.html b/docs/latest/otp/diglol.crypto.otp/-otp/issuer.html index ee4474a6..94e323ec 100644 --- a/docs/latest/otp/diglol.crypto.otp/-otp/issuer.html +++ b/docs/latest/otp/diglol.crypto.otp/-otp/issuer.html @@ -63,7 +63,7 @@

issuer

-
open val issuer: String
+
open val issuer: String
@@ -128,7 +128,7 @@

Properties

- +
@@ -143,7 +143,7 @@

Properties

- +
@@ -173,7 +173,7 @@

Properties

-
val period: Int = 30
+
val period: Int = 30
diff --git a/docs/latest/otp/diglol.crypto.otp/-totp/period.html b/docs/latest/otp/diglol.crypto.otp/-totp/period.html index ca0fb2ea..05ca9c4e 100644 --- a/docs/latest/otp/diglol.crypto.otp/-totp/period.html +++ b/docs/latest/otp/diglol.crypto.otp/-totp/period.html @@ -63,7 +63,7 @@

period

-
val period: Int = 30
+
val period: Int = 30
-
class Hotp @JvmOverloads constructor(val hmacType: Hmac.Type, val hmacKey: ByteArray, var counter: Long = 0, val codeLength: Int = 6, val issuer: String = "", val accountName: String = "") : Otp
+
class Hotp @JvmOverloads constructor(val hmacType: Hmac.Type, val hmacKey: ByteArray, var counter: Long = 0, val codeLength: Int = 6, val issuer: String = "", val accountName: String = "") : Otp
@@ -93,7 +93,7 @@

Types

-
abstract class Otp(hmacType: Hmac.Type, hmacKey: ByteArray, val codeLength: Int, val issuer: String, val accountName: String)
+
abstract class Otp(hmacType: Hmac.Type, hmacKey: ByteArray, val codeLength: Int, val issuer: String, val accountName: String)
@@ -108,7 +108,7 @@

Types

-
class Totp @JvmOverloads constructor(val hmacType: Hmac.Type, val hmacKey: ByteArray, val period: Int = 30, val codeLength: Int = 6, val issuer: String = "", val accountName: String = "") : Otp
+
class Totp @JvmOverloads constructor(val hmacType: Hmac.Type, val hmacKey: ByteArray, val period: Int = 30, val codeLength: Int = 6, val issuer: String = "", val accountName: String = "") : Otp
diff --git a/docs/latest/pkc/diglol.crypto/-dh/-alg/-x25519/index.html b/docs/latest/pkc/diglol.crypto/-dh/-alg/-x25519/index.html index effad7dd..4f2fe19c 100644 --- a/docs/latest/pkc/diglol.crypto/-dh/-alg/-x25519/index.html +++ b/docs/latest/pkc/diglol.crypto/-dh/-alg/-x25519/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/pkc/diglol.crypto/-dh/-alg/entries.html b/docs/latest/pkc/diglol.crypto/-dh/-alg/entries.html index 956f87f9..ab0ea472 100644 --- a/docs/latest/pkc/diglol.crypto/-dh/-alg/entries.html +++ b/docs/latest/pkc/diglol.crypto/-dh/-alg/entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

@@ -113,7 +113,7 @@

Properties

- +
@@ -128,7 +128,7 @@

Properties

- +
@@ -147,7 +147,7 @@

Functions

-
fun valueOf(value: String): Dh.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Dh.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -162,7 +162,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/pkc/diglol.crypto/-dh/-alg/value-of.html b/docs/latest/pkc/diglol.crypto/-dh/-alg/value-of.html index 1effe2f6..02778960 100644 --- a/docs/latest/pkc/diglol.crypto/-dh/-alg/value-of.html +++ b/docs/latest/pkc/diglol.crypto/-dh/-alg/value-of.html @@ -63,7 +63,7 @@

valueOf

-
fun valueOf(value: String): Dh.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Dh.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
enum Alg : Enum<Dh.Alg>
+
enum Alg : Enum<Dh.Alg>
@@ -113,7 +113,7 @@

Functions

-
abstract suspend fun generateKeyPair(): KeyPair
abstract suspend fun generateKeyPair(privateKey: ByteArray): KeyPair
+
abstract suspend fun generateKeyPair(): KeyPair
abstract suspend fun generateKeyPair(privateKey: ByteArray): KeyPair
diff --git a/docs/latest/pkc/diglol.crypto/-dsa/-alg/-e-d25519/index.html b/docs/latest/pkc/diglol.crypto/-dsa/-alg/-e-d25519/index.html index 548baf7f..ddf742d1 100644 --- a/docs/latest/pkc/diglol.crypto/-dsa/-alg/-e-d25519/index.html +++ b/docs/latest/pkc/diglol.crypto/-dsa/-alg/-e-d25519/index.html @@ -79,7 +79,7 @@

Properties

- +
@@ -94,7 +94,7 @@

Properties

- +
diff --git a/docs/latest/pkc/diglol.crypto/-dsa/-alg/entries.html b/docs/latest/pkc/diglol.crypto/-dsa/-alg/entries.html index 7e64468a..0ffe4d1d 100644 --- a/docs/latest/pkc/diglol.crypto/-dsa/-alg/entries.html +++ b/docs/latest/pkc/diglol.crypto/-dsa/-alg/entries.html @@ -63,7 +63,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

@@ -113,7 +113,7 @@

Properties

- +
@@ -128,7 +128,7 @@

Properties

- +
@@ -147,7 +147,7 @@

Functions

-
fun valueOf(value: String): Dsa.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Dsa.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -162,7 +162,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/docs/latest/pkc/diglol.crypto/-dsa/-alg/value-of.html b/docs/latest/pkc/diglol.crypto/-dsa/-alg/value-of.html index da15396d..eec18900 100644 --- a/docs/latest/pkc/diglol.crypto/-dsa/-alg/value-of.html +++ b/docs/latest/pkc/diglol.crypto/-dsa/-alg/value-of.html @@ -63,7 +63,7 @@

valueOf

-
fun valueOf(value: String): Dsa.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Dsa.Alg

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
enum Alg : Enum<Dsa.Alg>
+
enum Alg : Enum<Dsa.Alg>
@@ -98,7 +98,7 @@

Functions

-
abstract suspend fun generateKeyPair(): KeyPair
abstract suspend fun generateKeyPair(privateKey: ByteArray): KeyPair
+
abstract suspend fun generateKeyPair(): KeyPair
abstract suspend fun generateKeyPair(privateKey: ByteArray): KeyPair
diff --git a/docs/latest/pkc/diglol.crypto/-ed25519/-k-e-y_-s-i-z-e.html b/docs/latest/pkc/diglol.crypto/-ed25519/-k-e-y_-s-i-z-e.html index 28637c9c..f217a5ea 100644 --- a/docs/latest/pkc/diglol.crypto/-ed25519/-k-e-y_-s-i-z-e.html +++ b/docs/latest/pkc/diglol.crypto/-ed25519/-k-e-y_-s-i-z-e.html @@ -68,7 +68,7 @@

KEY_SIZE

-
actual val KEY_SIZE: Int
expect val KEY_SIZE: Int
actual val KEY_SIZE: Int
actual val KEY_SIZE: Int
+
actual val KEY_SIZE: Int
expect val KEY_SIZE: Int
actual val KEY_SIZE: Int
actual val KEY_SIZE: Int
-
actual val SIGN_SIZE: Int
expect val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
+
actual val SIGN_SIZE: Int
expect val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
-
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
+
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
@@ -103,7 +103,7 @@

Properties

-
actual val SIGN_SIZE: Int
expect val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
+
actual val SIGN_SIZE: Int
expect val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
actual val SIGN_SIZE: Int
@@ -124,7 +124,7 @@

Functions

-
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
+
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
@@ -141,7 +141,7 @@

Functions

-
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
expect suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
expect open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
+
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
expect suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
expect open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
diff --git a/docs/latest/pkc/diglol.crypto/-ed25519/sign.html b/docs/latest/pkc/diglol.crypto/-ed25519/sign.html index 969ee86d..3c22bd58 100644 --- a/docs/latest/pkc/diglol.crypto/-ed25519/sign.html +++ b/docs/latest/pkc/diglol.crypto/-ed25519/sign.html @@ -68,7 +68,7 @@

sign

-
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
expect open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
expect suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
+
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
expect open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
expect suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
actual open suspend override fun sign(privateKey: ByteArray, data: ByteArray): ByteArray
actual suspend fun sign(keyPair: KeyPair, data: ByteArray): ByteArray
-
actual val KEY_SIZE: Int
expect val KEY_SIZE: Int
actual val KEY_SIZE: Int
actual val KEY_SIZE: Int
+
actual val KEY_SIZE: Int
expect val KEY_SIZE: Int
actual val KEY_SIZE: Int
actual val KEY_SIZE: Int
-
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
+
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
@@ -124,7 +124,7 @@

Functions

-
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
+
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
expect open suspend override fun generateKeyPair(): KeyPair
expect open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
actual open suspend override fun generateKeyPair(): KeyPair
actual open suspend override fun generateKeyPair(privateKey: ByteArray): KeyPair
diff --git a/docs/latest/random/diglol.crypto.random/index.html b/docs/latest/random/diglol.crypto.random/index.html index 9b73e55b..43b415d1 100644 --- a/docs/latest/random/diglol.crypto.random/index.html +++ b/docs/latest/random/diglol.crypto.random/index.html @@ -85,7 +85,7 @@

Functions

-
actual fun nextBytes(size: Int): ByteArray
expect fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
+
actual fun nextBytes(size: Int): ByteArray
expect fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
@@ -102,7 +102,7 @@

Functions

-
actual fun nextInt(bound: Int): Int
expect fun nextInt(bound: Int = Int.MAX_VALUE): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
+
actual fun nextInt(bound: Int): Int
expect fun nextInt(bound: Int = Int.MAX_VALUE): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
diff --git a/docs/latest/random/diglol.crypto.random/next-bytes.html b/docs/latest/random/diglol.crypto.random/next-bytes.html index 0a4b2b23..31f21928 100644 --- a/docs/latest/random/diglol.crypto.random/next-bytes.html +++ b/docs/latest/random/diglol.crypto.random/next-bytes.html @@ -70,7 +70,7 @@

nextBytes

-
actual fun nextBytes(size: Int): ByteArray
expect fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
+
actual fun nextBytes(size: Int): ByteArray
expect fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
actual fun nextBytes(size: Int): ByteArray
-
actual fun nextInt(bound: Int): Int
expect fun nextInt(bound: Int = Int.MAX_VALUE): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
+
actual fun nextInt(bound: Int): Int
expect fun nextInt(bound: Int = Int.MAX_VALUE): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int
-
fun hash(key: SipKey, data: ByteArray): Int
+
fun hash(key: SipKey, data: ByteArray): Int
diff --git a/docs/latest/siphash/diglol.crypto/-sip-hash/hash.html b/docs/latest/siphash/diglol.crypto/-sip-hash/hash.html index 20d13a4c..71ca97d4 100644 --- a/docs/latest/siphash/diglol.crypto/-sip-hash/hash.html +++ b/docs/latest/siphash/diglol.crypto/-sip-hash/hash.html @@ -63,7 +63,7 @@

hash

-
fun hash(key: SipKey, data: ByteArray): Long
+
fun hash(key: SipKey, data: ByteArray): Long
-
fun hash(key: SipKey, data: ByteArray): Long
+
fun hash(key: SipKey, data: ByteArray): Long
diff --git a/docs/latest/styles/main.css b/docs/latest/styles/main.css index ebe1ce12..5f7781ec 100644 --- a/docs/latest/styles/main.css +++ b/docs/latest/styles/main.css @@ -1,6 +1,6 @@ /*! * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. - */#pages-search{cursor:pointer;border:none;border-radius:50%;background:transparent;fill:#fff;fill:var(--dark-mode-and-search-icon-color)}#pages-search:focus{outline:none}#pages-search:hover{background:var(--white-10)}.search,.search [data-test=ring-select],.search [data-test=ring-tooltip],.search [data-test=ring-select_focus],.search #pages-search{display:inline-block;padding:0;margin:0;font-size:0;line-height:0}.search-hotkey-popup{background-color:var(--background-color) !important;padding:4px}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important} + */#pages-search{cursor:pointer;border:none;border-radius:50%;background:transparent;fill:#fff;fill:var(--dark-mode-and-search-icon-color)}#pages-search:hover{background:var(--white-10)}.search,.search [data-test=ring-select],.search [data-test=ring-tooltip],.search [data-test=ring-select_focus],.search #pages-search{display:inline-block;padding:0;margin:0;font-size:0;line-height:0}.search-hotkey-popup{background-color:var(--background-color) !important;padding:4px}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important;color:rgba(255,255,255,.8)}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important} /* stylelint-disable color-no-hex */ :root { diff --git a/docs/latest/styles/style.css b/docs/latest/styles/style.css index 67a899a5..fc2b84d2 100644 --- a/docs/latest/styles/style.css +++ b/docs/latest/styles/style.css @@ -342,6 +342,7 @@ td:first-child { /* --- Navigation controls --- */ .navigation-controls { display: flex; + margin-left: 4px; } @media (min-width: 760px) { @@ -354,45 +355,50 @@ td:first-child { display: none; } -/* --- Navigation THEME --- */ -.navigation-controls--search { +.navigation-controls--btn { display: inline-flex; - font-size: 0; - line-height: 0; -} - -.navigation-controls--theme { - display: block; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; border-radius: 50%; background-color: inherit; - margin-left: 4px; + background-position: 50% 50%; padding: 0; border: none; cursor: pointer; font-size: 0; line-height: 0; + transition: background-color 200ms ease-in-out; + will-change: background-color; } -.navigation-controls--theme::before { - height: 40px; - width: 40px; +.navigation-controls--btn:hover { + background-color: var(--white-10); +} + +.navigation-controls--theme { + background-image: url("../images/theme-toggle.svg"); + background-repeat: no-repeat; } -.navigation-controls--theme:hover { - background: var(--white-10); +@media (max-width: 759px) { + .navigation-controls--theme { + display: none; + } } -.navigation-controls--theme::before { - display: block; - content: url("../images/theme-toggle.svg"); +.navigation-controls--homepage { + background-image: url("../images/homepage.svg"); + background-repeat: no-repeat; + background-size: 24px 24px; } @media (max-width: 759px) { - .navigation-controls--theme { + .navigation-controls--homepage { display: none; } } -/* /--- Navigation THEME --- */ .navigation .platform-selector:not([data-active]) { color: #fff; @@ -656,6 +662,26 @@ code.paragraph { text-decoration: line-through; } +/* Workaround for Firefox https://github.com/Kotlin/dokka/issues/3156 */ +@-moz-document url-prefix() { + .strikethrough { + position: relative; + text-decoration: none; + } + + /* complex selectors here are required to handle multiline cases */ + .strikethrough::after, .strikethrough span:after { + content: ''; + position: absolute; + top: 7px; + left: 0; + right: 0; + height: 1px; + background-color: currentColor; + z-index: 1; + } +} + .symbol:empty { padding: 0; } @@ -684,7 +710,7 @@ code { code:not(.block) { display: inline-block; - vertical-align: middle; + vertical-align: bottom; } .symbol > a {