Matheus28 / ws28

C++17 WebSocket server library (uses libuv)
MIT License
66 stars 10 forks source link

Replaced sha1 algorithm with OpenSSL sha1 algorithm #12

Closed BlueCannonBall closed 3 years ago

Matheus28 commented 3 years ago

Due to my shitty code, I do assume sha1::toHexString exists in a different project that uses ws28. I'll look into merging this later, though.

BlueCannonBall commented 3 years ago

Okay, I added sha1::toHexString back.

BlueCannonBall commented 3 years ago

I'll look into merging this later, though.

@Matheus28 Any progress on this?

Matheus28 commented 3 years ago

Not high on my priority list right now, I'd need to see if it impacts any of my projects, etc.

BlueCannonBall commented 3 years ago

Any reason why this hasn't been merged yet? It's been a while.

Matheus28 commented 3 years ago

It's been merged by pulling some changes from another repo. Thanks.