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

x/grm/mod.ts>crypto.AuthKey#calcNewNonceHash

MTProto API Client for Deno 🦕
Go to Latest
method crypto.AuthKey.prototype.calcNewNonceHash
import { crypto } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { AuthKey } = crypto;

Parameters

newNonce: bigInt.BigInteger
number: number

Returns

Promise<bigInt.BigInteger>