aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/lower_case/ya.make
blob: 62cc16556a194e38f3ef6d5b55da301815afea90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()

OWNER(
    pg
    g:util
)

SRCS(
    lciter.cpp
    lchash.cpp
    hash_ops.cpp
)

END()