@softchef/cdk-iot-device-management
Version:
IoT device management is composed of things, thing types, thing groups, jobs, files API services. The constructs can be used independently, that are based on full-managed service to create an API Gateway & Lambda function.
21 lines (20 loc) • 316 B
TypeScript
/**
* @internal
*/
export declare const BLOCK_SIZE: number;
/**
* @internal
*/
export declare const DIGEST_LENGTH: number;
/**
* @internal
*/
export declare const KEY: Uint32Array;
/**
* @internal
*/
export declare const INIT: number[];
/**
* @internal
*/
export declare const MAX_HASHABLE_LENGTH: number;