serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
391 stars 111 forks source link

Replace `xsalsa20poly1305` with `crypto_secretbox` #198

Closed Sebbl0508 closed 1 year ago

Sebbl0508 commented 1 year ago

xsalsa20poly1305 is listed as deprecated

Sebbl0508 commented 1 year ago

I've adjusted the code. hope it looks good now