jedisct1 / libsodium.js

libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Other
979 stars 141 forks source link

@types/libsodium-wrappers missing type definitions for new 1.0.19 functions #334

Closed bschick closed 7 months ago

bschick commented 7 months ago

Version: @types/libsodium-wrappers 0.7.13

Seems to be missing: crypto_aeadaegis128l crypto_aeadaegis256 crypto_kdfhkdf*

jedisct1 commented 7 months ago

These definitions are maintained independently and are not part of this repository.

https://github.com/DefinitelyTyped/DefinitelyTyped seems to be the repository where they are maintained.

jedisct1 commented 7 months ago

/ping @ffflorian

ffflorian commented 7 months ago

@bschick feel free to open a merge request in DefinitelyTyped.

bschick commented 6 months ago

@ffflorian pull request: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/69226