Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 352 (0.03 sec)

  1. docs/federation/lookup/README.md

    ### Run Multiple Clusters
    
    > cluster1
    
    ```sh
    export MINIO_ETCD_ENDPOINTS="http://remote-etcd1:2379,http://remote-etcd2:4001"
    export MINIO_DOMAIN=domain.com
    export MINIO_PUBLIC_IPS=44.35.2.1,44.35.2.2,44.35.2.3,44.35.2.4
    minio server http://rack{1...4}.host{1...4}.domain.com/mnt/export{1...32}
    ```
    
    > cluster2
    
    ```sh
    export MINIO_ETCD_ENDPOINTS="http://remote-etcd1:2379,http://remote-etcd2:4001"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.33.md

    - golang.org/x/time: v0.7.0 → v0.9.0
    - google.golang.org/appengine: v1.6.7 → v1.4.0
    - google.golang.org/protobuf: v1.35.2 → v1.36.5
    - k8s.io/kube-openapi: 2c72e55 → e5f78fe
    - sigs.k8s.io/structured-merge-diff/v4: v4.4.2 → v4.6.0
    
    ### Removed
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    ringDecodeAndDecompr(bb[:], 5) } // ringCompressAndEncod appends a 352-byte encoding of a ring element to s, // compressing eight coefficients per eleven bytes. // // It implements Compress₁₁, according to FIPS 203, Definition 4.7, // followed by ByteEncode₁₁, according to FIPS 203, Algorithm 5. func ringCompressAndEncod(s []byte, f ringElement) []byte { return ringCompressAndEncod(s, f, 11) } // ringDecodeAndDecompr decodes a 352-byte encoding of a ring element where // each eleven bits are mapped...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top