7 lines
218 B
Go
7 lines
218 B
Go
|
// Copyright (c) Mainflux
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package hasher contains the domain concept definitions needed to
|
||
|
// support Mainflux users password hasher sub-service functionality.
|
||
|
package hasher
|