- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PBKDF2 (0.29 seconds)
-
lib/fips140/v1.0.0-c2097c7c.zip
return err } if !bytes.Equal(mk, want) { return errors.New("unexpected result") } return nil }) } golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/pbkdf2/pbkdf2.go // Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package pbkdf2 import ( "crypto/internal/fips140" "crypto/internal/fips140/hmac" "errors" ) // divRoundUp divides x+y-1 by y, rounding up if the result is not whole. // This...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
!= nil { return err } if !bytes.Equal(mk, want) { return errors.New("unexpected result") } return nil }) } golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0-rc1/pbkdf2/pbkdf2.go // Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package pbkdf2 import ( "crypto/internal/fips140" "crypto/internal/fips140/hmac" "errors" "hash" ) // divRoundUp divides x+y-1 by y, rounding up if the result is not whole....Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)