Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scale3d (0.2 sec)

  1. cmd/object-api-utils.go

    func (o *ObjectInfo) compressionIndexDecrypt(input []byte) ([]byte, error) {
    	return o.metadataDecrypter()("compression-index", input)
    }
    
    // SealMD5CurrFn seals md5sum with object encryption key and returns sealed
    // md5sum
    type SealMD5CurrFn func([]byte) []byte
    
    // PutObjReader is a type that wraps sio.EncryptReader and
    // underlying hash.Reader in a struct
    type PutObjReader struct {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 11 11:55:34 GMT 2024
    - 35.6K bytes
    - Viewed (1)
Back to top