@mysten/zklogin
Advanced tools
Comparing version 0.0.0-experimental-20230817163424 to 0.0.0-experimental-20230817171212
# @mysten/zklogin | ||
## 0.0.0-experimental-20230817163424 | ||
## 0.0.0-experimental-20230817171212 | ||
@@ -8,4 +8,5 @@ ### Patch Changes | ||
- 626098033: Fix generated types | ||
- 608e8e407: Update max key claim value length | ||
- 5d344399f: Initial experimental zklogin SDK | ||
- f5d5a4e8b: Polish utils | ||
- f53d5823a: Change build process to use new internal build process. |
@@ -30,3 +30,3 @@ "use strict"; | ||
const MAX_KEY_CLAIM_NAME_LENGTH = 40; | ||
const MAX_KEY_CLAIM_VALUE_LENGTH = 200; | ||
const MAX_KEY_CLAIM_VALUE_LENGTH = 100; | ||
const PACK_WIDTH = 248; | ||
@@ -33,0 +33,0 @@ function toBufferBE(num, width) { |
import { poseidonHash } from "./poseidon.js"; | ||
const MAX_KEY_CLAIM_NAME_LENGTH = 40; | ||
const MAX_KEY_CLAIM_VALUE_LENGTH = 200; | ||
const MAX_KEY_CLAIM_VALUE_LENGTH = 100; | ||
const PACK_WIDTH = 248; | ||
@@ -5,0 +5,0 @@ function toBufferBE(num, width) { |
{ | ||
"name": "@mysten/zklogin", | ||
"version": "0.0.0-experimental-20230817163424", | ||
"version": "0.0.0-experimental-20230817171212", | ||
"description": "Utilities for interacting with zkLogin in Sui", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -9,4 +9,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
const MAX_KEY_CLAIM_NAME_LENGTH = 40; | ||
// NOTE: The below param is in flux. It might change in the next few weeks. | ||
const MAX_KEY_CLAIM_VALUE_LENGTH = 200; | ||
const MAX_KEY_CLAIM_VALUE_LENGTH = 100; | ||
const PACK_WIDTH = 248; | ||
@@ -13,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144492
877