mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-22 08:37:12 +00:00
support of Ed25519TelegramKeys
This commit is contained in:
parent
04b2d1dbd6
commit
4cdae11adc
@ -27649,6 +27649,12 @@ public final class dev/inmo/tgbotapi/utils/TimeSpanAsSecondsSerializer : kotlinx
|
||||
public fun serialize-HG0u8IE (Lkotlinx/serialization/encoding/Encoder;J)V
|
||||
}
|
||||
|
||||
public final class dev/inmo/tgbotapi/utils/crypto/Ed25519TelegramKeys {
|
||||
public static final field INSTANCE Ldev/inmo/tgbotapi/utils/crypto/Ed25519TelegramKeys;
|
||||
public static final field Production Ljava/lang/String;
|
||||
public static final field TestEnvironment Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class dev/inmo/tgbotapi/utils/extensions/AsReferenceKt {
|
||||
public static final fun asReference (Ljava/lang/Object;)Ljava/lang/ref/WeakReference;
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
package dev.inmo.tgbotapi.utils.crypto
|
||||
|
||||
object Ed25519TelegramKeys {
|
||||
const val TestEnvironment = "40055058a4ee38156a06562e52eece92a771bcd8346a8c4615cb7376eddf72ec" // hex
|
||||
const val Production = "e7bf03a2fa4602af4580703d88dda5bb59f32ed8b02a56c187fe7d34caed242d" // hex
|
||||
}
|
Loading…
Reference in New Issue
Block a user