Replies: 2 comments 3 replies
-
Version 1.2.3 of bun is out and it fixes the segfault I reported and one of our matter.js examples runs without error until commissioning starts. I expected to see a complaint about a missing crypto algorithm, but instead I see the following (which could precede an algorithm complaint) : 2025-02-22 13:57:42.466 ERROR PaseServer An error occurred during the PASE commissioning (1/20): crypto.hkdf is not a function. (In 'crypto.hkdf(CRYPTO_HASH_ALGORITHM, secret, salt, info, length, (error, key) => { Looking at the Node compatibility list - it's acknowledged that crypto.hkdf is one of the missing missing crypto capabilities |
Beta Was this translation helpful? Give feedback.
-
I tried to run a matter.js example using "bun" but got a seg-fault having to do with src.bun.js.api.bun.udp_socket.UDPSocket.setMembership. Issue #17388 has been filed with bun.
Beta Was this translation helpful? Give feedback.
All reactions