Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>messages_DhConfig_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_DhConfig_
import { messages_DhConfig_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

New set of configuring parameters.

Constructors

new
messages_DhConfig_(params: { g: number; p: Uint8Array; version: number; random: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
g: number

New value prime, see Wikipedia

p: Uint8Array

New value primitive root, see Wikipedia

random: Uint8Array

Random sequence of bytes of assigned length

version: number

Version of set of parameters

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc