-
```
I would appreciate some clarification of the PBKDF2 functionality as stated in
the docs.
1. What SHA does this implementation use? I assume SHA1(128), but I know other
implementations use SHA25…
-
```
I would appreciate some clarification of the PBKDF2 functionality as stated in
the docs.
1. What SHA does this implementation use? I assume SHA1(128), but I know other
implementations use SHA25…
-
```
I would appreciate some clarification of the PBKDF2 functionality as stated in
the docs.
1. What SHA does this implementation use? I assume SHA1(128), but I know other
implementations use SHA25…
-
```
I would appreciate some clarification of the PBKDF2 functionality as stated in
the docs.
1. What SHA does this implementation use? I assume SHA1(128), but I know other
implementations use SHA25…
-
### Go version
Go 1.21.6 + BoringSSL version fips-20220613
### Output of `go env` in your module/workspace:
```shell
refix-map=/WS/ap/build/tmp/work/corei7-64-ion-linux/go/1.21.6-r0/recipe-sysroot-…
-
It enters an infinite loop.
Tested client: sqlite
Reproduce the bug: While on *discoveries view* page (http://0.0.0.0:5000/discoveries?url=https://github.com/user/repo), any attempt to sort disc…
-
```
I would appreciate some clarification of the PBKDF2 functionality as stated in
the docs.
1. What SHA does this implementation use? I assume SHA1(128), but I know other
implementations use SHA25…
-
### Problem Statement
Like to continue to gameify the website and allow people to brag about their nodes and the performance of their nodes. As such like to introduce Achievements & Medal metrics sim…
-
The code to generate an OpenSSH-compatible encrypted private key might go something like:
```
k, err := BcryptPbkdfKey([]byte(passPhrase), []byte(opts.Salt), int(opts.Rounds), 32+16)
if err != …
-
I'm trying to build a libcrypto library for Windows with lower footprint. I want to keep multithreading support (locking) but in my application I don't need a thread pool support. Configuration is as …