Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGCMAsm (0.12 sec)

  1. src/crypto/cipher/gcm_test.go

    // wrap wraps the Block interface so that it does not fulfill
    // any optimizing interfaces such as gcmAble.
    func wrap(b cipher.Block) cipher.Block {
    	return &wrapper{b}
    }
    
    func TestGCMAsm(t *testing.T) {
    	// Create a new pair of AEADs, one using the assembly implementation
    	// and one using the generic Go implementation.
    	newAESGCM := func(key []byte) (asm, generic cipher.AEAD, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 15:27:49 UTC 2023
    - 35K bytes
    - Viewed (0)
Back to top