Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InAESPackage (0.64 sec)

  1. src/crypto/aes/modes_test.go

    // Check that the optimized implementations of cipher modes will
    // be picked up correctly.
    
    // testInterface can be asserted to check that a type originates
    // from this test group.
    type testInterface interface {
    	InAESPackage() bool
    }
    
    // testBlock implements the cipher.Block interface and any *Able
    // interfaces that need to be tested.
    type testBlock struct{}
    
    func (*testBlock) BlockSize() int      { return 0 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 14 15:32:26 UTC 2018
    - 3.5K bytes
    - Viewed (0)
Back to top