Skip to main content
Module

x/pbkdf2/CHANGELOG.md

Password-Based Key
Latest
File

2.1.2 (2024-02-15)

Minor Changes

  • deps: Remove the console from module

2.0.2 (2024-02-15)

Bug Fixes

  • deps: No module to npm, including the files

2.0.1 (2024-02-15)

Bug Fixes

  • deps: No module to npm

2.0.0 (2024-02-14)

Code spliting

  • deps: update dependency

Features

Easy to use

  • function: encrypt and decrypt, remove the instance of class

Changed

  • Remove js-pbkdf2.ts into JsPbkdf2.ts
  • Remove class JsPbkdf2 implements PBKDF2Interface into JsPbkdf2
  • Remove interface to global.d.ts

Added

  • add module to global.d.ts