Prem Chaitanya Prathi 03ef02a2ff
fix(tests): wrap HmacDrbgContext via newBearSslRng for libp2p v2.0.0
libp2p v2.0.0's 3-arg `random(T, scheme, rng)` overload now takes the
`Rng` wrapper type instead of `var HmacDrbgContext`. My prior
`common.rng()[]` (deref) attempt resolves to `HmacDrbgContext` which
no longer matches.

Wrap our existing `ref HmacDrbgContext` (from `common.rng`) via
`newBearSslRng` to get an `Rng` value, satisfying the new signature
without re-seeding a fresh PRNG on every key generation.
2026-06-04 18:05:52 +05:30
..
2026-05-16 00:09:07 +02:00
2026-05-27 23:58:30 +05:30
2026-05-27 23:58:30 +05:30
2026-05-16 00:09:07 +02:00
2026-05-16 00:09:07 +02:00
2026-03-17 14:15:35 +01:00