Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PBKDF2 (0.06 seconds)

  1. lib/fips140/v1.26.0.zip

    if err != nil { return err } if !bytes.Equal(mk, want) { return errors.New("unexpected result") } return nil }) } golang.org/fips140@v1.26.0/fips140/v1.26.0/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 Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
Back to Top