2022-04-11 19:25:14 +03:00
|
|
|
/*
|
2022-12-29 13:46:18 +03:00
|
|
|
Package cid provides primitives to work with container identification in FrostFS.
|
2022-04-11 19:25:14 +03:00
|
|
|
|
|
|
|
Using package types in an application is recommended to potentially work with
|
|
|
|
different protocol versions with which these types are compatible.
|
|
|
|
*/
|
|
|
|
package cid
|